キーを作成する(ない場合)
存在するか確認
1 2 3 4 |
$ cd $ cat .ssh/id_rsa.pub ssh-rsa AAAAB3... $ |
ない場合はつくる。(パスは設定しなくてもいい)
1 |
$ ssh-keygen -t rsa |
パブリックキーをgithubに登録
githubにサインインしてhttps://github.com/settings/ssh/newを開く。
.ssh/id_rsa.pubの内容をページのKeyにコピーする。Titleは適当でいい。