source: trunk/packs/config/sshd_config @ 18769

Revision 18769, 650 bytes checked in by zacheiss, 22 years ago (diff)
disable privilege seperation so Kerberized login methods work
Line 
1# $Id: sshd_config,v 1.7 2003-02-06 20:11:50 zacheiss Exp $
2
3# Athena sshd configuration file
4
5PidFile /var/athena/sshd.pid
6
7# HostKey for protocol version 1
8HostKey /etc/ssh_host_key
9# HostKeys for protocol version 2
10HostKey /etc/ssh_host_rsa_key
11HostKey /etc/ssh_host_dsa_key
12
13RhostsAuthentication no
14RhostsRSAAuthentication no
15HostbasedAuthentication no
16RSAAuthentication no
17PubkeyAuthentication no
18StrictModes no
19KerberosOrLocalPasswd yes
20GssapiUseSessionCredCache no
21ChallengeResponseAuthentication no
22PamAuthenticationViaKbdInt no
23UsePrivilegeSeparation no
24
25X11Forwarding yes
26X11DisplayOffset 10
27
28Subsystem       sftp    /usr/athena/libexec/sftp-server
Note: See TracBrowser for help on using the repository browser.