At some point this computer kept prompting me for password for SSH key, which required me opening Keychain Access. Annoying.
Solution is following command:
ssh-add -K ~/.ssh/private-key # not the pubic one
Thanks, SO.
At some point this computer kept prompting me for password for SSH key, which required me opening Keychain Access. Annoying.
Solution is following command:
ssh-add -K ~/.ssh/private-key # not the pubic one
Thanks, SO.