diff options
| author | 2025-10-18 22:17:20 +0200 | |
|---|---|---|
| committer | 2025-10-18 22:17:20 +0200 | |
| commit | 6176198bdc78d3079a2abbfbcf59767e620eeb11 (patch) | |
| tree | 361360208189c6e8b6a477e9be08dd6e982db35d /ssh.conf | |
| parent | 6594f1afca1f9e2b12f424493fe7b66cedf9ca96 (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 |
