diff options
| author | 2025-10-19 18:19:14 +0200 | |
|---|---|---|
| committer | 2025-10-19 18:19:14 +0200 | |
| commit | 2294af355a549070544eb49638eda6b05cd61a05 (patch) | |
| tree | 5a3d22211bd6e3d14f939ebc410ffc640b27f478 /ssh.conf | |
| parent | d9fc214c094bdb4ae4f7a855a1cc61134a5b519e (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 |
