mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
Do not create any DSA keys any more
DSA is considered weak cryptography Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -18,7 +18,7 @@ case "$1" in
|
||||
evaluate_retval
|
||||
fi
|
||||
|
||||
for algo in rsa dsa ecdsa ed25519; do
|
||||
for algo in rsa ecdsa ed25519; do
|
||||
keyfile="/etc/ssh/ssh_host_${algo}_key"
|
||||
|
||||
# If the key already exists, there is nothing to do.
|
||||
|
||||
Reference in New Issue
Block a user