SSH from Windows Vista to Ubuntu (using cwrsync)
Posted
by user39141
on Server Fault
See other posts from Server Fault
or by user39141
Published on 2010-03-29T20:01:22Z
Indexed on
2010/03/29
20:03 UTC
Read the original article
Hit count: 238
Newbie questoin but I can't seem to figure it out. Using cwrsync which in turn calls ssh.exe from a Windows Vista box to Ubuntu.
For below, user in ubuntu is 'linuxuser' and user on Windows box is 'winuser' - remote box is 'linuxhost' and windows box is 'winhost'
Exported keys such that on the remote box /home/linuxuser/.ssh/authorized_keys is correctly populated.
Problem is when I launch ssh it tries to write to /home/winuser/.ssh instead of /cygdrive/home/users/winuser/.ssh as below.
c:\Program Files (x86)\cwRsync\bin>ssh linuxuser@linuxhost Could not create directory '/home/winuser/.ssh'. The authenticity of host 'linuxhost (192.168.1.105)' can't be establish ed. RSA key fingerprint is 67:10:a9:49:6e:a3:2b:4a:a0:e0:b7:75:76:da:c3:04. Are you sure you want to continue connecting (yes/no)? Host key verification failed.
© Server Fault or respective owner