SSH from Windows Vista to Ubuntu (using cwrsync)
- by user39141
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\binssh 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.