Clicky

iOS Dev Nugget 221 macOS No Longer Remembers Your SSH Passphrases

.

Need to run a code review on your codebase? Hire me

If you have upgraded to macOS 10.12.2 and use SSH (e.g. with git), you'll probably notice that macOS no longer seem to store your keys and their passphrases with ssh-agent. Here's a solution from @mjtsai:

Add this to your .ssh/config file to:

Host *
  UseKeychain yes
  AddKeysToAgent yes


Your feedback is valuable: Do you want more nuggets like this?   Yes   or   No

.

.

Like this and want such iOS dev nuggets to be emailed to you, weekly?

Sign Me Up! or follow @iosdevnuggets on Twitter

.

View archives of past issues