summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL5
-rw-r--r--README3
2 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ef96cf454..034310101 100644
--- a/INSTALL
+++ b/INSTALL
@@ -83,6 +83,11 @@ whatever you specified as your --sysconfdir (/usr/local/etc by default).
83The default configuration should be instantly usable, though you should 83The default configuration should be instantly usable, though you should
84review it to ensure that it matches your security requirements. 84review it to ensure that it matches your security requirements.
85 85
86To generate a host key, issue the following command: (replacing
87/etc/ssh/ssh_host_key with an appropriate path)
88
89/usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ''
90
86For more information on configuration, please refer to the manual pages 91For more information on configuration, please refer to the manual pages
87for sshd, ssh and ssh-agent. 92for sshd, ssh and ssh-agent.
88 93
diff --git a/README b/README
index 8c4a6b2d8..cd9508ea9 100644
--- a/README
+++ b/README
@@ -47,10 +47,9 @@ Credits -
47The OpenBSD team 47The OpenBSD team
48'jonchen' - the original author of PAM support of SSH 48'jonchen' - the original author of PAM support of SSH
49Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts 49Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
50Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
51Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch 50Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
52Phil Hands <phil@hands.com> - Debian scripts, assorted patches 51Phil Hands <phil@hands.com> - Debian scripts, assorted patches
53Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches 52Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
54Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches 53Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
55Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords 54Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
56Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes 55Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes