hello, i am using ssh2 for sometime now with password authentication. and i want to switch to publickey authentication. and i am using crt 3b5. i made the private and public keys with the crt, then uploaded the public key to the ~/.ssh2/ and put in ~/.ssh2/authorization in my account "key mykey.pub" and when i try to connect i get this messages: Remote host disconnected: Unable to authenticate using any of the configured authentication methods disconnected by application: 'Unable to authenticate using any of the configured authentication methods' what do i do? (and i want to continue using crt)
