9

Getting Past SSH Errors in OSX Sierra

 3 years ago
source link: https://fuzzyblog.io/blog/osx/2016/12/29/getting-past-ssh-errors-in-osx-sierra.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Getting Past SSH Errors in OSX Sierra

Dec 29, 2016

If you are having problems with OSX Sierra and authenticating with github, the issue is that OSX Sierra doesn't automatically add ssh keys by default.

References:

One solution is to add the below lines to your .ssh/config file:

Host *
  IdentityFile ~/.ssh/id_rsa
  AddKeysToAgent yes

Posted In: #osx #ssh #sierra #sshagent


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK