# $Id: sshd_config,v 1.7 2003/02/06 20:11:50 zacheiss Exp $

# Athena sshd configuration file

PidFile /var/athena/sshd.pid

# HostKey for protocol version 1
HostKey /etc/ssh_host_key
# HostKeys for protocol version 2
HostKey /etc/ssh_host_rsa_key
HostKey /etc/ssh_host_dsa_key

RhostsAuthentication no
RhostsRSAAuthentication no
HostbasedAuthentication no
RSAAuthentication no
PubkeyAuthentication no
StrictModes no
KerberosOrLocalPasswd yes
GssapiUseSessionCredCache no
ChallengeResponseAuthentication no
PamAuthenticationViaKbdInt no
UsePrivilegeSeparation no

X11Forwarding yes
X11DisplayOffset 10

Subsystem	sftp	/usr/athena/libexec/sftp-server
