共有 2 个文件被更改,包括 39 次插入 和 1 次删除
@ -0,0 +1,38 @@
|
||||
## |
||||
## sshd_config -- OpenSSH Daemon Configuration |
||||
## |
||||
|
||||
Port 22 |
||||
ListenAddress 0.0.0.0 |
||||
|
||||
Subsystem sftp @l_prefix@/libexec/openssh/sftp-server |
||||
|
||||
Protocol 1,2 |
||||
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 |
||||
|
||||
RhostsAuthentication no |
||||
RhostsRSAAuthentication no |
||||
PasswordAuthentication yes |
||||
RSAAuthentication yes |
||||
DSAAuthentication yes |
||||
|
||||
StrictModes yes |
||||
IgnoreRhosts yes |
||||
X11Forwarding no |
||||
GatewayPorts no |
||||
KeepAlive yes |
||||
|
||||
LoginGraceTime 600 |
||||
MaxStartups 10:30:60 |
||||
PermitRootLogin yes |
||||
PermitEmptyPasswords no |
||||
UseLogin @uselogin@ |
||||
PrintMotd @printmotd@ |
||||
|
正在加载...
在新工单中引用