summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.Debian18
-rw-r--r--debian/changelog1
2 files changed, 3 insertions, 16 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index f0e5bea24..43a3551ca 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -115,19 +115,6 @@ use the ssh-argv0 script.
115OTHER ISSUES 115OTHER ISSUES
116============ 116============
117 117
118/usr/bin/ssh not SUID
119---------------------
120
121Due to Debian bug #164325, RhostsRSAAuthentication can only be used if ssh
122is SUID. Until this is fixed, if that is a problem, use:
123
124 dpkg-statoverride
125
126or if that's also missing, use this:
127
128 chown root.root /usr/bin/ssh
129 chmod 04755 /usr/bin/ssh
130
131Authorization Forwarding 118Authorization Forwarding
132------------------------ 119------------------------
133 120
@@ -176,9 +163,8 @@ Kerberos support
176---------------- 163----------------
177 164
178ssh is now compiled with Kerberos support. Unfortunately, privilege 165ssh is now compiled with Kerberos support. Unfortunately, privilege
179separation is incompatible with Kerberos support for SSH protocol 1 and 166separation is incompatible with parts of Kerberos support for protocol 2;
180parts of the support for protocol 2; you may need to run kinit after logging 167you may need to run kinit after logging in.
181in.
182 168
183Interoperability between scp and the ssh.com SSH server 169Interoperability between scp and the ssh.com SSH server
184------------------------------------------------------- 170-------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index d2eb7f643..c24cdc60b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -117,6 +117,7 @@ openssh (1:7.4p1-1) UNRELEASED; urgency=medium
117 * Apply "wrap-and-sort -at -f debian/control -f debian/tests/control". 117 * Apply "wrap-and-sort -at -f debian/control -f debian/tests/control".
118 * Remove entries related to protocol 1 from the default sshd_config 118 * Remove entries related to protocol 1 from the default sshd_config
119 generated on new installations. 119 generated on new installations.
120 * Remove some advice related to protocol 1 from README.Debian.
120 121
121 -- Colin Watson <cjwatson@debian.org> Mon, 05 Dec 2016 19:31:33 +0000 122 -- Colin Watson <cjwatson@debian.org> Mon, 05 Dec 2016 19:31:33 +0000
122 123