summaryrefslogtreecommitdiff
path: root/sshd_config.0
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.0')
-rw-r--r--sshd_config.011
1 files changed, 9 insertions, 2 deletions
diff --git a/sshd_config.0 b/sshd_config.0
index 981e91042..8a922666e 100644
--- a/sshd_config.0
+++ b/sshd_config.0
@@ -169,6 +169,11 @@ DESCRIPTION
169 which allows the verification of the KDC's identity. Default is 169 which allows the verification of the KDC's identity. Default is
170 ``no''. 170 ``no''.
171 171
172 KerberosGetAFSToken
173 If AFS is active and the user has a Kerberos 5 TGT, attempt to
174 aquire an AFS token before accessing the user's home directory.
175 Default is ``no''.
176
172 KerberosOrLocalPasswd 177 KerberosOrLocalPasswd
173 If set then if password authentication through Kerberos fails 178 If set then if password authentication through Kerberos fails
174 then the password will be validated via any additional local 179 then the password will be validated via any additional local
@@ -248,7 +253,9 @@ DESCRIPTION
248 ``no''. The default is ``yes''. 253 ``no''. The default is ``yes''.
249 254
250 If this option is set to ``without-password'' password authenti- 255 If this option is set to ``without-password'' password authenti-
251 cation is disabled for root. 256 cation is disabled for root. Note that other authentication
257 methods (e.g., keyboard-interactive/PAM) may still allow root to
258 login using a password.
252 259
253 If this option is set to ``forced-commands-only'' root login with 260 If this option is set to ``forced-commands-only'' root login with
254 public key authentication will be allowed, but only if the 261 public key authentication will be allowed, but only if the
@@ -456,4 +463,4 @@ AUTHORS
456 versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support 463 versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support
457 for privilege separation. 464 for privilege separation.
458 465
459OpenBSD 3.4 September 25, 1999 7 466OpenBSD 3.5 September 25, 1999 8