diff options
| author | 2025-10-20 08:26:24 +0200 | |
|---|---|---|
| committer | 2025-10-20 08:31:03 +0200 | |
| commit | 0732fb32fec69a8c0c52988899bdd93434ad9e4a (patch) | |
| tree | 1ce663325e502ad654090b7e2e6c6fb45d36f94b /ssh.conf | |
| parent | 5313e8162d4cdd6a3b9ef955f3eb09b77f2e9437 (diff) | |
Put user authorized keys into environment file
Diffstat (limited to 'ssh.conf')
| -rw-r--r-- | ssh.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ PermitTTY no AllowAgentForwarding no # Point keys to shared data dir -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 +HostKey /var/ssh/etc/ssh/ssh_host_rsa_key +HostKey /var/ssh/etc/ssh/ssh_host_ecdsa_key +HostKey /var/ssh/etc/ssh/ssh_host_ed25519_key # Logging SyslogFacility AUTH |
