1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00
budibase/hosting/single/ssh/sshd_config

13 lines
334 B
Plaintext
Raw Normal View History

2022-09-14 03:08:54 +12:00
Port 2222
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