Ubuntu/Mint cannot login via ssh even after ssh-copy-id
Solution: This may be caused by a directive in the /etc/ssh/ssh_config file. To allow login with RSA key you need […]
Solution: This may be caused by a directive in the /etc/ssh/ssh_config file. To allow login with RSA key you need […]
ssh-copy-id -i ~/.ssh/id_rsa.pub “demo@demo.yourhost.com -p222”
You must be logged in to post a comment.