kotoyuuko

CORE

昨日より、明日より、笑える今が一番大好き。
github
telegram
email

Save SSH public key password using macOS's OS X Keychain

Create ~/.ssh/config file with the following content:

Host *
    UseKeychain yes
    AddKeysToAgent yes

Then add the private key to the system:

ssh-add [/path/to/your/private/key]
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.