Guest User

Untitled

a guest
Jan 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. sed -i 377d ~/.ssh/known_hosts
  2.  
  3. ssh-keygen -R 127.0.0.1 (obviously replace with the server's IP)
  4.  
  5. Host 101
  6. HostName yourip|hostname
  7. User youruserid
  8. IdentityFile /path/to/keyfile
  9. Port 22
  10. StrictHostKeyChecking no
  11.  
  12. ssh <server> -o StrictHostKeyChecking=no
  13.  
  14. ssh -vvv user@host
Add Comment
Please, Sign In to add comment