summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-05-01 11:41:25 +0000
committerColin Watson <cjwatson@debian.org>2004-05-01 11:41:25 +0000
commit915bfea2af69a3bb352a9b4e98e3434b8425124d (patch)
treeef732498a75f2e13a7a9827edc833dc58bc2a2af /sshd_config.5
parent89e7a2dfe6044f3980098911a7470d401ff70eb1 (diff)
parent16f1d21ea191deaaeeba719d01c0ad82aa044653 (diff)
Merge 3.8.1p1 to the trunk, minus RFC.nroff (#211640).
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.511
1 files changed, 9 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 41228248c..e15a225f2 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.28 2004/02/17 19:35:21 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.29 2004/03/08 10:18:57 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -300,6 +300,11 @@ To use this option, the server needs a
300Kerberos servtab which allows the verification of the KDC's identity. 300Kerberos servtab which allows the verification of the KDC's identity.
301Default is 301Default is
302.Dq no . 302.Dq no .
303.It Cm KerberosGetAFSToken
304If AFS is active and the user has a Kerberos 5 TGT, attempt to aquire
305an AFS token before accessing the user's home directory.
306Default is
307.Dq no .
303.It Cm KerberosOrLocalPasswd 308.It Cm KerberosOrLocalPasswd
304If set then if password authentication through Kerberos fails then 309If set then if password authentication through Kerberos fails then
305the password will be validated via any additional local mechanism 310the password will be validated via any additional local mechanism
@@ -429,7 +434,9 @@ The default is
429.Pp 434.Pp
430If this option is set to 435If this option is set to
431.Dq without-password 436.Dq without-password
432password authentication is disabled for root. 437password authentication is disabled for root. Note that other authentication
438methods (e.g., keyboard-interactive/PAM) may still allow root to login using
439a password.
433.Pp 440.Pp
434If this option is set to 441If this option is set to
435.Dq forced-commands-only 442.Dq forced-commands-only