diff options
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 14 |
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 | ||
19 | BUILD ISSUES | ||
20 | ============ | ||
21 | |||
22 | To build the openssh package for woody, set DEB_BUILD_SSH_WOODY=1 in | ||
23 | your environment. This is necessary due to non-backward-compatible | ||
24 | changes in PAM support. | ||
25 | |||
26 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
27 | |||
19 | UPGRADE ISSUES | 28 | UPGRADE ISSUES |
20 | ============== | 29 | ============== |
21 | 30 | ||
@@ -87,7 +96,10 @@ Protocol 2,1 | |||
87 | Also add the line: | 96 | Also add the line: |
88 | HostKey /etc/ssh/ssh_host_key | 97 | HostKey /etc/ssh/ssh_host_key |
89 | 98 | ||
90 | (you may need to generate a host key if you do not already have one) | 99 | If you do not already have an RSA1 host key in /etc/ssh/ssh_host_key, |
100 | you 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 | ||
92 | X11 Forwarding | 104 | X11 Forwarding |
93 | -------------- | 105 | -------------- |