Open main menu

Aram's Wiki β

Changes

Add your passphrase to the Keychain
ssh-add --apple-use-keychain ~/.ssh/id_ed25519
'''You ''must'' use the full path your key, a relative path ''will not'' work!'''. Note that we're adding the key to the ssh agent here, but we will not be using the ssh agent. Rather, this operation has the side effect that the key will be saved in the keychain.
=== Configure ssh to use the Keychain to unlock your keys ===