Skip to content

Instantly share code, notes, and snippets.

@TOMOAKI12345
Last active August 29, 2015 14:27
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 TOMOAKI12345/9ae5c7068b3a84c5bd5d to your computer and use it in GitHub Desktop.
Save TOMOAKI12345/9ae5c7068b3a84c5bd5d to your computer and use it in GitHub Desktop.
check fingerprint on mac
// OSX enviroment
ssh-keygen -lf ~/.ssh/{private_key}
> ~/.ssh/config
Host github.com
User git
Hostname github.com
IdentityFile /Users/{username}/.ssh/{private}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment