I'm trying to establish an SSH connection with my school's server. I have already created the public-private key pair.
I can connect to the server only using gitbush (mingw32) and everything seems fine. But when using cygwin terminal I get:
$ ssh user@a.b.com
The authenticity of host '*************' can't be established.
RSA key fingerprint is ***********************.
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
It seems that cygwin can't find my private key.
Note: I used mingw to generate the key pair.
-ioption. – Bibhas Jan 18 at 20:56