From 3e807d1e85df61c403a3903939798cafb9a666a7 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 15 Nov 1999 12:34:11 +0000 Subject: [PATCH] Doc updates --- INSTALL | 5 +++++ README | 3 +-- 2 files changed, 6 insertions(+), 2 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. diff --git a/README b/README index 8c4a6b2d..cd9508ea 100644 --- a/README +++ b/README @@ -47,10 +47,9 @@ Credits - The OpenBSD team 'jonchen' - the original author of PAM support of SSH Dan Brosemer - Autoconf and build fixes & Debian scripts -Niels Kristian Bech Jensen - Makefile patch Nalin Dahyabhai - PAM environment patch Phil Hands - Debian scripts, assorted patches -Niels Kristian Bech Jensen - Makefile patches +Niels Kristian Bech Jensen - Assorted patches Marc G. Fournier - Solaris patches Thomas Neumann - Shadow passwords Jim Knoble - RPM spec file fixes -- 2.45.2