From aa41ae926beba85ad2cb06e10b5f4f270309b9c4 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Sat, 18 Oct 2025 14:35:18 +0200 Subject: Initial commit. WIP --- ssh.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ssh.conf (limited to 'ssh.conf') diff --git a/ssh.conf b/ssh.conf new file mode 100644 index 0000000..bc96c2f --- /dev/null +++ b/ssh.conf @@ -0,0 +1,20 @@ +PermitRootLogin no +PasswordAuthentication no + +HostKey /etc/ssh/ssh_host_rsa_key +HostKey /etc/ssh/ssh_host_ecdsa_key +HostKey /etc/ssh/ssh_host_ed25519_key + +# Logging +SyslogFacility AUTH +LogLevel INFO + +#PermitTTY yes +#AllowAgentForwarding yes + +# Example of overriding settings on a per-user basis +#Match User anoncvs +# X11Forwarding no +# AllowTcpForwarding no +# PermitTTY no +# ForceCommand cvs server -- cgit v1.3.1