Move custom ssh config to sub direcotry

This commit is contained in:
2023-08-24 22:16:44 +02:00
parent 5e33e7774f
commit a702f88870
2 changed files with 22 additions and 110 deletions

View File

@ -0,0 +1,22 @@
Port 22
ListenAddress 0.0.0.0
ListenAddress ::
HostKey /etc/ssh/ssh_host_ed25519_key
PermitRootLogin prohibit-password
MaxAuthTries 3
DisableForwarding yes
PrintMotd no
UseDNS no
Banner none
DebianBanner no
Subsystem sftp internal-sftp
# Hardened set of key exchange, cipher, and MAC algorithms, as per <https://www.sshaudit.com/hardening_guides.html>.
KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512
Match User root
AuthenticationMethods publickey
Match Group www-data
ChrootDirectory %h