February 3, 2017

Enable Keychain use for ssh in macOS

In order to enable the use of passwords/passphrases stored by the Keychain Access service on macOS, the following specific ssh option is available starting with macOS 10.12:
  UseKeychain=yes

The setting can be provided either on the command line, or in the ssh configuration files (/etc/ssh/ssh_config, ~/.ssh/config).

No comments:

Post a Comment