Skip to content

Instantly share code, notes, and snippets.

@itiut
Created May 12, 2014 13:39
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 itiut/8900ca397eeb2e774783 to your computer and use it in GitHub Desktop.
Save itiut/8900ca397eeb2e774783 to your computer and use it in GitHub Desktop.
GitHubに登録してある公開鍵をauthorized_keysに追加するコマンド ref: http://qiita.com/itiut@github/items/94b248ba93efee8960d3
$ curl https://github.com/itiut.keys >> ~/.ssh/authorized_keys
$ wget https://github.com/itiut.keys -qO - >> ~/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment