From 9ece4660b2db51f9f6edd88e23d3066029431b1f Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 10 Oct 2023 12:20:29 -0700 Subject: [PATCH] Create 10-custom.conf Signed-off-by: Tommy --- etc/ssh/sshd_config/10-custom.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/ssh/sshd_config/10-custom.conf diff --git a/etc/ssh/sshd_config/10-custom.conf b/etc/ssh/sshd_config/10-custom.conf new file mode 100644 index 0000000..a3c16f2 --- /dev/null +++ b/etc/ssh/sshd_config/10-custom.conf @@ -0,0 +1,10 @@ +X11Forwarding no +HostKey /etc/ssh/ssh_host_ed25519_key +HostKeyAlgorithms ssh-ed25519 +PubkeyAcceptedKeyTypes ssh-ed25519 +Ciphers aes256-gcm@openssh.com +MACs -* +PasswordAuthentication no +PermitRootLogin no +KerberosAuthentication no +GSSAPIAuthentication no