diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-07-25 21:27:56 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-25 21:52:41 -0500 |
commit | 415f77873c20b1b9690e37eed16e5e392342b801 (patch) | |
tree | fb6da4a554116af14eed885a2a2c9e9739991fb1 /misc/ssh-keyinstall/README | |
parent | 41299b6c7b9107442066851a962323d9dabec0cc (diff) | |
download | slackbuilds-415f77873c20b1b9690e37eed16e5e392342b801.tar.gz |
misc/ssh-keyinstall: Added (A script to help install ssh keys)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/ssh-keyinstall/README')
-rw-r--r-- | misc/ssh-keyinstall/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/ssh-keyinstall/README b/misc/ssh-keyinstall/README new file mode 100644 index 0000000000..12a4c7f2e4 --- /dev/null +++ b/misc/ssh-keyinstall/README @@ -0,0 +1,8 @@ +ssh-keyinstall helps an ssh user set up the keys at both ends of an ssh +connection. + +ssh-keyinstall is a script that helps an ssh user set up the +keys at both ends of an ssh connection. It creates an rsa or dsa key if +needed and copies the public half to the server. Once the process is +done, you'll be able to log in with the passphrase and key instead of a +password. |