Skip to content

Instantly share code, notes, and snippets.

@orb
Created December 30, 2011 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orb/1540382 to your computer and use it in GitHub Desktop.
Save orb/1540382 to your computer and use it in GitHub Desktop.
ssh keygen -R
$ ssh-keygen -R myserver.nostacktrace.com
/Users/norman/.ssh/known_hosts updated.
Original contents retained as /Users/norman/.ssh/known_hosts.old
$ ssh ubuntu@myserver.nostacktrace.com
The authenticity of host 'myserver.nostacktrace.com (174.129.159.201)' can't be established.
RSA key fingerprint is bb:cc:31:17:0a:95:0e:37:d9:c0:2d:20:d8:ee:29:a1.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'myserver.nostacktrace.com,174.129.159.201' (RSA) to the list of known hosts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment