Using ssh-copy-id with a custom remote port
ssh-copy-id -i ~/.ssh/id_rsa.pub "demo@demo.yourhost.com -p222"
ssh-copy-id -i ~/.ssh/id_rsa.pub "demo@demo.yourhost.com -p222"
If you want to connect to a host by using a password instead of a public key you can use the following command to initiate a request. Note: This will...
If you are experiencing this issue read on for the official solution from Ubuntu. Encrypted Home Directory If you have an encrypted home directory, SS...
A couple things to check if you this type of error. The error is given by the client. So check your client know_hosts file. For additional debugging...
Solution: This may be caused by a directive in the /etc/ssh/ssh_config file. To allow login with RSA key you need to uncomment the line: # Iden...
Set permissions with chmod 700 .ssh chmod 600 .ssh/authorized_keys If find the following in your logs. sshd[28426]: error: Could not load host ke...