Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With macOS Sierra, some modify is needed for the passphrase of secret key #36

Closed
hidehiro98 opened this issue Jun 6, 2017 · 3 comments

Comments

@hidehiro98
Copy link
Contributor

hidehiro98 commented Jun 6, 2017

With macOS Sierra, without below modification in .ssh/config, we have to everytime type the passphrase of secret key.

Host *
   AddKeysToAgent yes
   UseKeychain yes

https://apple.stackexchange.com/questions/254468/macos-sierra-doesn-t-seem-to-remember-ssh-keys-between-reboots

@alex-benoit
Copy link
Contributor

@hidehiro98 you can type ssh-add in terminal and it won't ask you again until you reboot

@hidehiro98
Copy link
Contributor Author

yes, but it is annoying that typing ssh-add every time.

ssaunier added a commit that referenced this issue Jun 7, 2017
@ssaunier
Copy link
Member

ssaunier commented Jun 7, 2017

@hidehiro98 Thanks for reporting, I updated the OSX readme with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants