summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.57
1 files changed, 6 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 41228248c..a8c865775 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