Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created September 6, 2011 02:44
Show Gist options
  • Select an option

  • Save mingderwang/1196445 to your computer and use it in GitHub Desktop.

Select an option

Save mingderwang/1196445 to your computer and use it in GitHub Desktop.
get your public key
1. make a new public on local host (generate public key under ~/.ssh)
$ cd
$ ssh-keygen -t rsa -b 1024
2. copy the output of the following cat to me.
$ cat ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment