summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 17:02:36 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 17:02:36 -0400
commit5cbafae4446709006027fa72b4487409b39f6676 (patch)
treed8046c666702f6c02b1af4091d9ed9b759608a6f /misc
parenta2bd5c427ccc7c6f44bb0f86b414e61f0bdc4874 (diff)
downloadslackbuilds-5cbafae4446709006027fa72b4487409b39f6676.tar.gz
slackbuilds-5cbafae4446709006027fa72b4487409b39f6676.tar.xz
misc/keychain: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/keychain/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/keychain/README b/misc/keychain/README
index fbf30f366e..2deea65914 100644
--- a/misc/keychain/README
+++ b/misc/keychain/README
@@ -1,7 +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 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 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.
+This allows 'cron' jobs to use 'ssh' scripts in a friendly yet secure
+manner.