summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-23 22:26:17 +0000
committerColin Watson <cjwatson@debian.org>2016-12-23 22:26:17 +0000
commit8d6da10f8645590fa9c31c1307deab255b632379 (patch)
tree5ce6be814c8e2e668173b7a99088e0b10127d1d2 /debian/README.Debian
parentdc33b892174f9c306c1b946f37ba400561693e7e (diff)
Remove some advice related to protocol 1 from README.Debian.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian18
1 files changed, 2 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-------------------------------------------------------