prezto/modules/ssh
Stephen Larew 56d0dc57f4 ssh: remove persistent socket; use macOS Keychain
* Remove persistent SSH auth socket.
* Make ps|grep more robust and POSIX compliant.
* On macOS, use `-A` switch to "add identities to the agent using any
passphrase stored in the user's keychain."
2018-02-22 11:39:02 -05:00
..
init.zsh ssh: remove persistent socket; use macOS Keychain 2018-02-22 11:39:02 -05:00
README.md ssh: update README to reflect macOS changes 2017-07-24 11:56:48 -07:00

SSH

Provides for an easier use of SSH by setting up ssh-agent.

Settings

Identities

To load multiple identities, add the following line to zpreztorc:

zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_dsa' 'id_github'

Authors

The authors of this module should be contacted via the issue tracker.