summaryrefslogtreecommitdiff
path: root/ssh.conf
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-18 22:17:20 +0200
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-18 22:17:20 +0200
commit17939d44d6aa45a0dd50c98031c12798baf7cd85 (patch)
tree361360208189c6e8b6a477e9be08dd6e982db35d /ssh.conf
parentaa41ae926beba85ad2cb06e10b5f4f270309b9c4 (diff)
ssh daemon starting up and user and repos are getting initialized. Missing login because users are locked
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 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