0
0

More than 3 years have passed since last update.

githubを利用するのに必要な作業【sshキー登録編】

Posted at

個人的なメモとして残しています。

☆SSHkey登録の手順

1.鍵をいれるフォルダに移動
$cd ~/.ssh

2.鍵を生成
ssh-keygen -t rsa
なにか聞かれたらエンターを押しておけばok

3.Githubに公開鍵をアップロード
https://github.com/settings/sshへアクセス
titleは適当,keyに鍵の中身をペーストする

pbcopy < ~/.ssh/id_rsa.pub
windowsなら
clip < ~/.ssh/id_rsa.pub

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0