summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index aabaebfe1..6b7ce8691 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -219,12 +219,13 @@ ssh is compiled with support for tcp-wrappers. So if you can no longer
219log into your system, please check that /etc/hosts.allow and /etc/hosts.deny 219log into your system, please check that /etc/hosts.allow and /etc/hosts.deny
220are configured so that ssh is not blocked. 220are configured so that ssh is not blocked.
221 221
222Kerberos Authentication 222Kerberos support
223----------------------- 223----------------
224 224
225ssh is compiled without support for kerberos authentication, and there are 225ssh is now compiled with Kerberos support. Unfortunately, privilege
226no current plans to support this. Thus the KerberosAuthentication and 226separation is incompatible with Kerberos support for SSH protocol 1 and
227KerberosTgtPassing options will not be recognised. 227parts of the support for protocol 2; you may need to run kinit after logging
228in.
228 229
229Interoperability between scp and the ssh.com SSH server 230Interoperability between scp and the ssh.com SSH server
230------------------------------------------------------- 231-------------------------------------------------------