Created
September 15, 2017 02:55
-
-
Save onokatio/3e0525bf1c038d002c824ec4e4b8e7ae to your computer and use it in GitHub Desktop.
ssh agentをパスフレーズ省略に応用する方法まとめ ref: http://qiita.com/onokatio/items/397a5899a0ec16c7e60a [Archived]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ssh-add ~/.ssh/id_rsa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ssh-add -K ~/.ssh/id_rsa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host * | |
| AddKeysToAgent yes | |
| UseKeychain yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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