Skip to content
/ ssh Public

Provides a convenient way to load ssh-agent.

License

Notifications You must be signed in to change notification settings

zimfw/ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssh

Provides a convenient way to load ssh-agent. This enables one-time login and caching of ssh credentials per session.

Settings

To define the identities (from ~/.ssh) to be loaded and cached on login, use:

zstyle ':zim:ssh' ids 'id_rsa1' 'id_rsa2' 'id_rsa3'

in ~/.zshrc before where the module is initialized.

Releases

No releases published

Packages

No packages published

Languages