summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-15 23:34:11 +1100
committerDamien Miller <djm@mindrot.org>1999-11-15 23:34:11 +1100
commit2a9d9f6ce42c0b4ad13a6cffbaf742a93376e155 (patch)
treef3c877e7e907b75626c46b83157722540095b6d8 /INSTALL
parent2e8b1c86609abae1157bbd9b9ff28a4e852aff74 (diff)
Doc updates
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ef96cf45..03431010 100644
--- a/INSTALL
+++ b/INSTALL
@@ -83,6 +83,11 @@ whatever you specified as your --sysconfdir (/usr/local/etc by default).
The default configuration should be instantly usable, though you should
review it to ensure that it matches your security requirements.
+To generate a host key, issue the following command: (replacing
+/etc/ssh/ssh_host_key with an appropriate path)
+
+/usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ''
+
For more information on configuration, please refer to the manual pages
for sshd, ssh and ssh-agent.