meta data for this page

This is an old revision of the document!


Notes on Mac OS (X)

SSH

In the past few years (only updated to 10.15 recently) a number of OS updates have changes some of the behaviour of ssh. Since Mac OS Sierra, ``ssh-agent`` does not automatically store the password in the MacOS keychain anymore.

This Reddit shows ho to fix it by adding the following lines to your ``.ssh/config`` file:

Host *
   UseKeychain yes
   AddKeysToAgent yes
   IdentityFile ~/.ssh/id_rsa
   IdentityFile ~/.ssh/id_25519

Useful software

Applications which I deem essential when working on Mac OS X: