diff options
| author | 2025-10-19 18:19:14 +0200 | |
|---|---|---|
| committer | 2025-10-19 18:19:14 +0200 | |
| commit | 029d7168ba6a95ff9b664ba5e55737244bc84a07 (patch) | |
| tree | 5a3d22211bd6e3d14f939ebc410ffc640b27f478 /ssh.conf | |
| parent | 9dad4698b3b242460c66b5a6cb373417f666e75c (diff) | |
Cleaned up file structure and script
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 /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 |
