Guest User

Untitled

a guest
Oct 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Host github.com
  2. IdentityFile ~/.ssh/your_github_cert_rsa
  3. UseKeychain yes
  4.  
  5. Host *
  6. UseKeychain yes
  7.  
  8. UseKeychain
  9.  
  10. On macOS, specifies whether the system should search for
  11. passphrases in the user's keychain when attempting to use a par-
  12. ticular key. When the passphrase is provided by the user, this
  13. option also specifies whether the passphrase should be stored
  14. into the keychain once it has been verified to be correct. The
  15. argument must be ``yes'' or ``no''. The default is ``no''.
  16.  
  17. KeychainIntegration
  18. Specifies whether to enable Keychain support on Mac OS X.
  19. If Keychain support is enabled, then passwords for identities can be
  20. managed via the Mac OS X Keychain.
  21. The value for this keyword must be ``yes'' or ``no''. The default is ``yes''.
  22. AskPassGUI
  23. Show the system password prompt
Add Comment
Please, Sign In to add comment