Skip to content

Instantly share code, notes, and snippets.

@onokatio
Created September 15, 2017 02:55
Show Gist options
  • Save onokatio/3e0525bf1c038d002c824ec4e4b8e7ae to your computer and use it in GitHub Desktop.
Save onokatio/3e0525bf1c038d002c824ec4e4b8e7ae to your computer and use it in GitHub Desktop.
ssh agentをパスフレーズ省略に応用する方法まとめ ref: http://qiita.com/onokatio/items/397a5899a0ec16c7e60a [Archived]
$ ssh-add ~/.ssh/id_rsa
$ ssh-add -K ~/.ssh/id_rsa
Host *
AddKeysToAgent yes
UseKeychain yes
$ ssh-add -l
2048 SHA256:************************************** /Users/*******/.ssh/id_rsa (RSA)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment