mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
ssh: disable RSA host key
This commit is contained in:
parent
d2cded4034
commit
ddbd1acca0
@ -1,8 +1,6 @@
|
||||
# RSA and Ed25519 are fine, but DSA is broken and ecdsa is suspicious
|
||||
# Ed25519 is fine, but DSA is broken, time has passed RSA and ecdsa is sus…
|
||||
# Missing keys?
|
||||
# ssh-keygen -t ed25519 -N "" -f /etc/ssh/ssh_host_ed25519_key
|
||||
# ssh-keygen -t rsa -N "" -f /etc/ssh/ssh_host_rsa_key
|
||||
HostKey /etc/ssh/ssh_host_rsa_key
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
|
||||
# Includes public keys in logins
|
||||
|
Loading…
Reference in New Issue
Block a user