I created key pair using puttygen.exe (local OS is windows 10). On Server (Ubuntu 20.04.2.0 LTS). When I try connecting I'm getting 'server refused our key' and server asks for password.
After entering the password set for the user in my server,
I entered the command: cat .ssh/authorized_keys, I am entering the public key generated. Then I get an error "ssh-rsa: command not found".
Putty: "ssh-rsa: command not found" error
Re: Putty: "ssh-rsa: command not found" error
Hello,
Their Might be a Wrong Command that you might have typed
What were you trying to accomplish?
usually their is no such command as `ssh-rsa`
You might have paste the `ssh-rsa FDFD<Public-Key>` on the Console By Mistake
Their Might be a Wrong Command that you might have typed
What were you trying to accomplish?
usually their is no such command as `ssh-rsa`
You might have paste the `ssh-rsa FDFD<Public-Key>` on the Console By Mistake
Re: Putty: "ssh-rsa: command not found" error
Yes, you are right. Now my error is resolved.