add ssh documentation
This commit is contained in:
parent
0783d12ca3
commit
267940385d
1 changed files with 9 additions and 0 deletions
9
modules/ssh/README.md
Normal file
9
modules/ssh/README.md
Normal 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.
|
Loading…
Reference in a new issue