Skip to content

Instantly share code, notes, and snippets.

@bright23
Last active May 15, 2018 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bright23/a9874390c8d58433783ecf102727539d to your computer and use it in GitHub Desktop.
Save bright23/a9874390c8d58433783ecf102727539d to your computer and use it in GitHub Desktop.
public key置いてssh接続してるのに毎回パスワード聞かれる時
~/.ssh/config
Host *
UseKeychain yes
AddKeysToAgent yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment