summaryrefslogtreecommitdiff
path: root/ssh.conf
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-20 10:20:42 +0200
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-20 10:20:42 +0200
commit9d9355a379f8a9922645ecd87b66f68acbb6bc89 (patch)
tree3491b69ae5d327556f0e5d4bd732ec6208746ece /ssh.conf
parentbaaa4d83c98b42a1df98e70b972774ad8f5b8ead (diff)
Moved files to src and renamed variables
Diffstat (limited to 'ssh.conf')
-rw-r--r--ssh.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/ssh.conf b/ssh.conf
deleted file mode 100644
index 2940260..0000000
--- a/ssh.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-# Security, do not allow any access to the git repos outside of allowed users
-PermitRootLogin no
-PasswordAuthentication no
-PermitTTY no
-AllowAgentForwarding no
-
-# Point keys to shared data dir
-HostKey /var/ssh/etc/ssh/ssh_host_rsa_key
-HostKey /var/ssh/etc/ssh/ssh_host_ecdsa_key
-HostKey /var/ssh/etc/ssh/ssh_host_ed25519_key
-
-# Logging
-SyslogFacility AUTH
-LogLevel INFO
-
-# Force run script that checks for permissions and runs sudo
-ForceCommand /usr/local/bin/run "$SSH_ORIGINAL_COMMAND"