Protocol 2
Port 22

#Privilege Separation is turned on for security
UsePrivilegeSeparation sandbox

# Logging
SyslogFacility AUTH
LogLevel VERBOSE

# Authentication:
PermitRootLogin no
MaxAuthTries 2
MaxSessions 2
IgnoreRhosts yes

#RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile	%h/.ssh/authorized_keys

PasswordAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no

UsePAM yes

AllowAgentForwarding no
AllowTcpForwarding no
X11Forwarding no
PrintMotd no
TCPKeepAlive yes
Compression no
ClientAliveInterval 300
ClientAliveCountMax 2
UseDNS no
#Banner /etc/issue.net

AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server


#Match address 192.124.237.237
#  PasswordAuthentication yes

