-
Notifications
You must be signed in to change notification settings - Fork 2
Troubleshooting
Rich Wareham edited this page Sep 27, 2013
·
14 revisions
This is because the version of SSH shipped with ROS cannot understand the ~/.ssh/known_hosts
generated by the latest SSH. Assuming the Q.bo's IP address is 129.169.154.82, firstly remove the existing entry:
$ ssh-keygen -f "/home/rjw57/.ssh/known_hosts" -R 129.169.154.82
Then log in again forcing the use of the RSA algorithm:
$ ssh -oHostKeyAlgorithms='ssh-rsa' 129.169.154.82