Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 214 Bytes

ssh.md

File metadata and controls

8 lines (8 loc) · 214 Bytes
  • Add the following to your ~/.ssh/config file to prevent prompting for your ssh key
Host *
  IgnoreUnknown AddKeysToAgent,UseKeychain
  AddKeysToAgent yes
  UseKeychain yes
  IdentityFile ~/.ssh/id_rsa