summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian14
1 files changed, 13 insertions, 1 deletions
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.
16 16
17=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18 18
19BUILD ISSUES
20============
21
22To build the openssh package for woody, set DEB_BUILD_SSH_WOODY=1 in
23your environment. This is necessary due to non-backward-compatible
24changes in PAM support.
25
26=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27
19UPGRADE ISSUES 28UPGRADE ISSUES
20============== 29==============
21 30
@@ -87,7 +96,10 @@ Protocol 2,1
87Also add the line: 96Also add the line:
88HostKey /etc/ssh/ssh_host_key 97HostKey /etc/ssh/ssh_host_key
89 98
90(you may need to generate a host key if you do not already have one) 99If you do not already have an RSA1 host key in /etc/ssh/ssh_host_key,
100you will need to generate one. To do so, run this command as root:
101
102 ssh-keygen -f /etc/ssh/ssh_host_key -N '' -t rsa1
91 103
92X11 Forwarding 104X11 Forwarding
93-------------- 105--------------