I am trying to login from serverA to serverB using bash .
I'm using this way
ssh -p 26522 -i /usr/mykey_dsa.pub root@serverB
After pressing return, I receive this
Enter passphrase for key '/usr/mykey_dsa.pub':
I enter the passphrase which I am sure is 100% correct but it's not accepted. Why the passphrase is not accepted ?
I can login in serverB using that key mykey_dsa.pub using any Windows SSL client (ZOC e.g.) and the passphrase is accepted , so what's wrong connecting from bash ssh ?.