From ac444049e27aa772e57d38b889ceee46e7331a50 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 15 Nov 2003 15:55:19 +0000 Subject: Implement New World Order for PAM configuration, including /etc/pam.d/common-* from /etc/pam.d/ssh (closes: #212959). Add more commentary to /etc/pam.d/ssh. --- debian/README.Debian | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'debian/README.Debian') diff --git a/debian/README.Debian b/debian/README.Debian index ca928f9f0..bb1f7cf48 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -16,6 +16,15 @@ Debian don't ship it. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= +BUILD ISSUES +============ + +To build the openssh package for woody, set DEB_BUILD_SSH_WOODY=1 in +your environment. This is necessary due to non-backward-compatible +changes in PAM support. + +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + UPGRADE ISSUES ============== @@ -87,7 +96,10 @@ Protocol 2,1 Also add the line: HostKey /etc/ssh/ssh_host_key -(you may need to generate a host key if you do not already have one) +If you do not already have an RSA1 host key in /etc/ssh/ssh_host_key, +you will need to generate one. To do so, run this command as root: + + ssh-keygen -f /etc/ssh/ssh_host_key -N '' -t rsa1 X11 Forwarding -------------- -- cgit v1.2.3