summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-29 04:47:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-29 04:47:44 +0000
commit632e6d9b8910318dd3ab9b233d0fa2f22ea1029a (patch)
tree199267d3ad26a09c1d94c014afc30b002f722c9e /usr.bin
parentb16bd4a12a333be6cbe90a698f1a10a35bd236aa (diff)
noone is going to read this, anything i delete with this command belongs in a man page
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/README.AFS-KERBEROS44
1 files changed, 0 insertions, 44 deletions
diff --git a/usr.bin/ssh/README.AFS-KERBEROS b/usr.bin/ssh/README.AFS-KERBEROS
deleted file mode 100644
index 6e03c976b51..00000000000
--- a/usr.bin/ssh/README.AFS-KERBEROS
+++ /dev/null
@@ -1,44 +0,0 @@
-
-ssh-1.2.26-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