AnthonyMastrean / chocolateypackages

Application packages for Windows
https://chocolatey.org/profiles/AnthonyMastrean
18 stars 63 forks source link

rsync ssh keys directory #360

Closed kleo closed 3 years ago

kleo commented 4 years ago

rsync looks for ssh keys at /home/.ssh/ instead of /c/Users/username on Windows 10 Git Bash. Also not working when manually specifying directory using rsync -e 'ssh -i /c/Users/username'

AnthonyMastrean commented 4 years ago

This rsync is a Windows port. It’s not cross-platform. That said, there’s no expectation that it will work in Git Bash (which ships all of it’s own executables).

On Sep 5, 2019, at 11:53 PM, Kleo Bercero notifications@github.com wrote:

rsync looks for ssh keys at /home/.ssh/ instead of /c/Users/ on Windows 10 Git Bash. Also not working when manually specifying directory using rsync -e 'ssh -i /c/Users/'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.