Hello, I'd like to install ssh for win7-64x. I had got, but I afraid I left to do something for now installing. Please help me, what can I do for?
[code]$ssh mine@localhost The authenticity of host 'localhost (::1)' can't be established. ECDSA key fingerprint is ************************************. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. mine@localhost's password: Connection to localhost closed by remote host. Connection to localhost closed.[/code] [code]$ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no mine@localhost Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. mine@localhost's password: Connection to localhost closed by remote host. Connection to localhost closed.[/code] -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple