summaryrefslogtreecommitdiff
path: root/misc/ssh-keyinstall/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ssh-keyinstall/README')
-rw-r--r--misc/ssh-keyinstall/README8
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.