diff options
author | Colin Watson <cjwatson@debian.org> | 2005-05-31 02:01:55 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-05-31 02:01:55 +0000 |
commit | 086880515569ec21401dcdc9d1b191de731b0c5e (patch) | |
tree | c1389cc3fa68cef0f7f9d81b24040b370b105a4c /debian/README.Debian | |
parent | 7e4b10b5de1c28b959577079923f0cc32fc8ae9c (diff) |
Drop debconf support for allowing SSH protocol 1, which is discouraged and
has not been the default since openssh 1:3.0.1p1-1. Users who need this
should edit sshd_config instead (closes: #147212).
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index a95bf7c4a..aabaebfe1 100644 --- a/debian/README.Debian +++ b/debian/README.Debian | |||
@@ -97,6 +97,10 @@ you will need to generate one. To do so, run this command as root: | |||
97 | 97 | ||
98 | ssh-keygen -f /etc/ssh/ssh_host_key -N '' -t rsa1 | 98 | ssh-keygen -f /etc/ssh/ssh_host_key -N '' -t rsa1 |
99 | 99 | ||
100 | As of openssh-server 1:4.1p1-2, the option to support protocol version 1 | ||
101 | is no longer available via debconf. You must edit the configuration file | ||
102 | instead. | ||
103 | |||
100 | X11 Forwarding | 104 | X11 Forwarding |
101 | -------------- | 105 | -------------- |
102 | 106 | ||