add ssh documentation

This commit is contained in:
Matt Hamilton 2015-12-15 18:36:36 -05:00
parent 0783d12ca3
commit 267940385d
1 changed files with 9 additions and 0 deletions

9
modules/ssh/README.md Normal file
View File

@ -0,0 +1,9 @@
SSH
===
Provides a convenient way to load ssh-agent. This enables one-time login and caching of SSH credentials per session.
.zimrc Configuration
--------------------
* `zssh_ids=(id_rsa)` add any identities (from ~/.ssh) to this list to have them loaded and cached on login.