From 2294af355a549070544eb49638eda6b05cd61a05 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Sun, 19 Oct 2025 18:19:14 +0200 Subject: Cleaned up file structure and script --- ssh.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ssh.conf') diff --git a/ssh.conf b/ssh.conf index c2c2236..391611e 100644 --- a/ssh.conf +++ b/ssh.conf @@ -1,9 +1,9 @@ PermitRootLogin no PasswordAuthentication no -HostKey /var/keys/etc/ssh/ssh_host_rsa_key -HostKey /var/keys/etc/ssh/ssh_host_ecdsa_key -HostKey /var/keys/etc/ssh/ssh_host_ed25519_key +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 # Logging SyslogFacility AUTH -- cgit v1.3.1