From 0732fb32fec69a8c0c52988899bdd93434ad9e4a Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Mon, 20 Oct 2025 08:26:24 +0200 Subject: Put user authorized keys into environment file --- ssh.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ssh.conf') 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 -- cgit v1.3.1