SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Kai Schlichting
Hi! I have some problems using the ssh.exe from ...\cygwin\bin\: Each time, i log in into my ssh-Server (Linux), i get the following output: C:\cygwin\binssh -i identity [EMAIL PROTECTED] Could not create directory '/home/_Kai_/.ssh'. The authenticity of host XXXmyIPXXX can't be

Re: SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Markus Schönhaber
Kai Schlichting wrote: I have some problems using the ssh.exe from ...\cygwin\bin\: Each time, i log in into my ssh-Server (Linux), i get the following output: C:\cygwin\binssh -i identity [EMAIL PROTECTED] Could not create directory '/home/_Kai_/.ssh'. The authenticity of host

Re: SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Kai Schlichting
Markus Schönhaber schrieb: You should ensure that ssh is able to create the directory /home/_Kai_/.ssh on the machine where you issue the ssh command. Which obviously means that /home/_Kai_/ has to exist. BTW: ~/.ssh (i. e. /home/_Kai_/.ssh in your case) is where the identity file belongs

Re: SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Markus Schönhaber
Kai Schlichting wrote: I think, now it's all like you say, but same problems: RootUserName # ls -al /home/_Kai_/ What's this? total 12 drwxrwxrwx 3 _Kai_ users 4096 Aug 16 14:27 . drwxr-xr-x 9 root root 4096 Aug 11 23:38 .. drwxrwxrwx 2 root root 4096

Re: SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Kai Schlichting
Markus Schönhaber schrieb: I think, now it's all like you say, but same problems: RootUserName # ls -al /home/_Kai_/ What's this? because my SSH is installed on an Eisfair-Server, my rootusername is eis. I wrote RootUserName so that you know, that i was logged on as

Re: SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Markus Schönhaber
Kai Schlichting wrote: Markus Schönhaber schrieb: I think, now it's all like you say, but same problems: RootUserName # ls -al /home/_Kai_/ What's this? because my SSH is installed on an Eisfair-Server, my rootusername is eis. I wrote RootUserName so that

Re: SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Kai Schlichting
Markus Schönhaber schrieb: Once again: ssh must be able to create /home/_Kai_/.ssh on the machine where you issue the ssh command, i. e. the Cygwin machine. Creating those files on the machine you want to connect to, won't help. That means i must have on my Windows machine /home/_Kai_/.ssh? How

Re: SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Markus Schönhaber
Kai Schlichting wrote: Markus Schönhaber schrieb: Once again: ssh must be able to create /home/_Kai_/.ssh on the machine where you issue the ssh command, i. e. the Cygwin machine. Creating those files on the machine you want to connect to, won't help. That means i must have on my Windows

Re: SSH: The authenticity of host XXX can't be established

2006-08-16 Thread Corinna Vinschen
On Aug 16 15:37, Kai Schlichting wrote: Markus Schönhaber schrieb: Once again: ssh must be able to create /home/_Kai_/.ssh on the machine where you issue the ssh command, i. e. the Cygwin machine. Creating those files on the machine you want to connect to, won't help. That means i must have