summaryrefslogtreecommitdiff
path: root/ssh.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.conf')
-rw-r--r--ssh.conf20
1 files changed, 20 insertions, 0 deletions
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