]> andersk Git - openssh.git/commitdiff
Doc updates
authordamien <damien>
Mon, 15 Nov 1999 12:34:11 +0000 (12:34 +0000)
committerdamien <damien>
Mon, 15 Nov 1999 12:34:11 +0000 (12:34 +0000)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index ef96cf45448369596924fcb72f9e41c8e4563159..034310101e11300052ef129fd0da35a828dbf77b 100644 (file)
--- 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.
 
 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.
 
 For more information on configuration, please refer to the manual pages 
 for sshd, ssh and ssh-agent.
 
diff --git a/README b/README
index 8c4a6b2d8968bbe2df66351c21c8bf388d20f11d..cd9508ea94797c8721ff3c9d1ee7abfcee4adacb 100644 (file)
--- a/README
+++ b/README
@@ -47,10 +47,9 @@ Credits -
 The OpenBSD team
 'jonchen' - the original author of PAM support of SSH
 Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
 The OpenBSD team
 'jonchen' - the original author of PAM support of SSH
 Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
-Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
 Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
 Phil Hands <phil@hands.com> - Debian scripts, assorted patches
 Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
 Phil Hands <phil@hands.com> - Debian scripts, assorted patches
-Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches
+Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
 Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
 Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
 Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes
 Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
 Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
 Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes
This page took 0.047992 seconds and 5 git commands to generate.