diff options
author | Colin Watson <cjwatson@debian.org> | 2005-09-14 16:06:42 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-09-14 16:06:42 +0000 |
commit | 3e0c7c15dc250ec19d90c0aacf8ebc79b3d170b0 (patch) | |
tree | a14d1cc18e339e0e5b3e43c7c0c0da33720997cf /debian/README.Debian | |
parent | 50fd091ffec17a610b20f6701273e5ad20f58eb2 (diff) |
- Build-depend on libkrb5-dev and configure --with-kerberos5=/usr.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 11 |
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 | |||
219 | log into your system, please check that /etc/hosts.allow and /etc/hosts.deny | 219 | log into your system, please check that /etc/hosts.allow and /etc/hosts.deny |
220 | are configured so that ssh is not blocked. | 220 | are configured so that ssh is not blocked. |
221 | 221 | ||
222 | Kerberos Authentication | 222 | Kerberos support |
223 | ----------------------- | 223 | ---------------- |
224 | 224 | ||
225 | ssh is compiled without support for kerberos authentication, and there are | 225 | ssh is now compiled with Kerberos support. Unfortunately, privilege |
226 | no current plans to support this. Thus the KerberosAuthentication and | 226 | separation is incompatible with Kerberos support for SSH protocol 1 and |
227 | KerberosTgtPassing options will not be recognised. | 227 | parts of the support for protocol 2; you may need to run kinit after logging |
228 | in. | ||
228 | 229 | ||
229 | Interoperability between scp and the ssh.com SSH server | 230 | Interoperability between scp and the ssh.com SSH server |
230 | ------------------------------------------------------- | 231 | ------------------------------------------------------- |