mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
OpenSSH: No longer try to load the RSA key
This key has been removed on new installations. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -27,7 +27,6 @@ MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@op
|
||||
# Only allow cryptographically safe SSH host keys (adjust paths if needed)
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
HostKey /etc/ssh/ssh_host_ecdsa_key
|
||||
HostKey /etc/ssh/ssh_host_rsa_key
|
||||
|
||||
# Only allow login via public key by default
|
||||
PubkeyAuthentication yes
|
||||
|
||||
Reference in New Issue
Block a user