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 | |
---|
5 | PidFile /var/athena/sshd.pid |
---|
6 | |
---|
7 | # HostKey for protocol version 1 |
---|
8 | HostKey /etc/ssh_host_key |
---|
9 | # HostKeys for protocol version 2 |
---|
10 | HostKey /etc/ssh_host_rsa_key |
---|
11 | HostKey /etc/ssh_host_dsa_key |
---|
12 | |
---|
13 | RhostsAuthentication no |
---|
14 | RhostsRSAAuthentication no |
---|
15 | HostbasedAuthentication no |
---|
16 | RSAAuthentication no |
---|
17 | PubkeyAuthentication no |
---|
18 | StrictModes no |
---|
19 | KerberosOrLocalPasswd yes |
---|
20 | GssapiUseSessionCredCache no |
---|
21 | ChallengeResponseAuthentication no |
---|
22 | PamAuthenticationViaKbdInt no |
---|
23 | UsePrivilegeSeparation no |
---|
24 | |
---|
25 | X11Forwarding yes |
---|
26 | X11DisplayOffset 10 |
---|
27 | |
---|
28 | Subsystem sftp /usr/athena/libexec/sftp-server |
---|
Note: See
TracBrowser
for help on using the repository browser.