Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
PhoneBoy
Admin
Admin

What the internal notes on that SK say is to make sure the correct remote host fingerprint is in /home/admin/.ssh/known_hosts.
Specifically, the remote key should be added with the following command: 

ssh-keyscan -t rsa <remote_server_IP> >> /home/admin/.ssh/known_hosts

 

0 Kudos
(1)
Who rated this post