diff options
| author | 2025-10-18 22:17:20 +0200 | |
|---|---|---|
| committer | 2025-10-18 22:17:20 +0200 | |
| commit | 17939d44d6aa45a0dd50c98031c12798baf7cd85 (patch) | |
| tree | 361360208189c6e8b6a477e9be08dd6e982db35d /ssh.conf | |
| parent | aa41ae926beba85ad2cb06e10b5f4f270309b9c4 (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.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
