summaryrefslogtreecommitdiff
path: root/security/ssh6/patches/patch-bn
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh6/patches/patch-bn')
-rw-r--r--security/ssh6/patches/patch-bn49
1 files changed, 49 insertions, 0 deletions
diff --git a/security/ssh6/patches/patch-bn b/security/ssh6/patches/patch-bn
new file mode 100644
index 00000000000..c46a09a8385
--- /dev/null
+++ b/security/ssh6/patches/patch-bn
@@ -0,0 +1,49 @@
+$NetBSD: patch-bn,v 1.1 2000/03/20 02:25:44 itojun Exp $
+
+--- README.AFS-KERBEROS.orig Wed Dec 31 19:00:00 1969
++++ README.AFS-KERBEROS Fri Dec 24 21:50:03 1999
+@@ -0,0 +1,44 @@
++
++ssh-1.2.27-afs-kerberos.patch-1
++AFS, Kerberos v4 support for SSH
++
++Here are the extra flags to configure, and what they do:
++
++--with-krb4[=PATH] Compile in Kerberos v4 support:
++ Kerberos v4 authentication
++ Kerberos v4 password authentication
++ Kerberos v4 ~/.klogin authorization
++
++These are all enabled by the 'KerberosAuthentication' config option.
++Kerberos v4 and Kerberos v5 support are mutually exclusive for now.
++PATH default is /usr/kerberos.
++
++--with-hesiod[=PATH] Compile in support for Hesiod:
++ getpwnam(), getpwuid() replacements
++
++--with-afs Compile in AFS support (requires KTH krb4):
++ ticket/token passing
++ process authentication groups
++ local Xauthority files (for AFS home dirs)
++ /ticket TKT_ROOT directory (if it exists)
++
++Binaries built with AFS support will work just fine on non-AFS machines!
++You will need to use the KTH krb4 libs (ftp://ftp.pdc.kth.se/pub/krb/src),
++or just their libkafs, also available separately from CMU as libkrbafs
++(http://andrew2.andrew.cmu.edu/dist/krbafs.html).
++
++Additional Kerberos client and server config options (and their defaults):
++
++ KerberosAuthentication yes
++ KerberosOrLocalPasswd no
++ KerberosTgtPassing yes
++ AFSTokenPassing yes
++ KerberosTicketCleanup yes
++
++See sshd(8) and ssh(1) for details.
++
++The latest version of this patch can be found at
++
++ http://www.monkey.org/~dugsong/ssh-afs-kerberos.html
++
++dugsong@monkey.org