diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 20:01:08 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:01:08 +0200 |
commit | e1e7025e6bc2d645933e6391dcad3ae59f73ed95 (patch) | |
tree | 85b61a4ff933b4c93022b4e7785946d006c35232 /misc/keychain/README | |
parent | 3a4caa4c79af3d436901b1e937c66d750d95076b (diff) |
misc/keychain: Added to 12.0 repository
Diffstat (limited to 'misc/keychain/README')
-rw-r--r-- | misc/keychain/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/keychain/README b/misc/keychain/README new file mode 100644 index 000000000000..7e4977d8e547 --- /dev/null +++ b/misc/keychain/README @@ -0,0 +1,9 @@ +Keychain is a manager for OpenSSH, ssh.com, Sun SSH and GnuPG agents. +It acts as a front-end to the agents, allowing you to easily have one +long-running agent process per system, rather than per login session. +This dramatically reduces the number of times you need to enter your +passphrase from once per new login session to once every time your +local machine is rebooted. + +This allows 'cron' jobs to use 'ssh' scripts in a friendly +(yet secure) manner. |