You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1015 B

##
## sshd_config -- OpenSSH Daemon Configuration
##
Port 22
ListenAddress 0.0.0.0
Subsystem sftp @l_prefix@/libexec/openssh/sftp-server
Protocol 2,1
HostKey @l_prefix@/etc/openssh/ssh_host_key
HostDsaKey @l_prefix@/etc/openssh/ssh_host_dsa_key
ServerKeyBits 768
KeyRegenerationInterval 3600
PidFile @l_prefix@/var/openssh/sshd.pid
SyslogFacility AUTH
LogLevel INFO
PubkeyAuthentication yes
RSAAuthentication yes
DSAAuthentication yes
PasswordAuthentication yes
RhostsAuthentication no
RhostsRSAAuthentication no
StrictModes yes
IgnoreRhosts yes
KeepAlive yes
X11Forwarding no
GatewayPorts no
LoginGraceTime 600
MaxStartups 10:30:60
PermitRootLogin yes
PermitEmptyPasswords no
UseLogin no
PrintMotd yes