sshd_config

stevengoossensB 2020-02-10 19:13:52 +01:00 committed by GitHub
parent a3c29f91f8
commit 554ff2079f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
web/sshd_config Normal file
View File

@ -0,0 +1,16 @@
# This is ssh server systemwide configuration file.
#
# /etc/sshd_config
Port SSH_PORT
ListenAddress 0.0.0.0
LoginGraceTime 180
X11Forwarding yes
Ciphers aes128-cbc,3des-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr
MACs hmac-sha1,hmac-sha1-96
StrictModes yes
SyslogFacility DAEMON
PasswordAuthentication yes
PermitEmptyPasswords no
PermitRootLogin yes
Subsystem sftp internal-sftp