From 554ff2079f355a8e1c075720bdbd3dcbf48466e1 Mon Sep 17 00:00:00 2001 From: stevengoossensB Date: Mon, 10 Feb 2020 19:13:52 +0100 Subject: [PATCH] sshd_config --- web/sshd_config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web/sshd_config diff --git a/web/sshd_config b/web/sshd_config new file mode 100644 index 0000000..04b53f9 --- /dev/null +++ b/web/sshd_config @@ -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