From 17939d44d6aa45a0dd50c98031c12798baf7cd85 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Sat, 18 Oct 2025 22:17:20 +0200 Subject: ssh daemon starting up and user and repos are getting initialized. Missing login because users are locked --- ssh.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ssh.conf') diff --git a/ssh.conf b/ssh.conf index bc96c2f..0cc5302 100644 --- a/ssh.conf +++ b/ssh.conf @@ -1,9 +1,9 @@ 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 +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 # Logging SyslogFacility AUTH -- cgit v1.3.1