summaryrefslogtreecommitdiff
path: root/ssh.conf
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-20 08:26:24 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-20 08:31:03 +0200
commitad641b68c76d653d3fc51efd2d4cf9304474b800 (patch)
tree1ce663325e502ad654090b7e2e6c6fb45d36f94b /ssh.conf
parent42b88ca02fe5bb5c1cf00addb48b9d1c0f23d930 (diff)
Put user authorized keys into environment file
Diffstat (limited to 'ssh.conf')
-rw-r--r--ssh.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh.conf b/ssh.conf
index 4462742..2940260 100644
--- a/ssh.conf
+++ b/ssh.conf
@@ -5,9 +5,9 @@ PermitTTY no
AllowAgentForwarding no
# Point keys to shared data dir
-HostKey /var/ssh/host/etc/ssh/ssh_host_rsa_key
-HostKey /var/ssh/host/etc/ssh/ssh_host_ecdsa_key
-HostKey /var/ssh/host/etc/ssh/ssh_host_ed25519_key
+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