Skip to content

Commit

Permalink
Remove no-longer recommended dsa key from host keys
Browse files Browse the repository at this point in the history
  • Loading branch information
loranmutafov committed Feb 8, 2023
1 parent 03ffc80 commit 5c9151a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bastion
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ fi

/usr/sbin/sshd -D -e -4 \
-o "HostKey=$HOST_KEYS_PATH/ssh_host_rsa_key" \
-o "HostKey=$HOST_KEYS_PATH/ssh_host_dsa_key" \
-o "HostKey=$HOST_KEYS_PATH/ssh_host_ecdsa_key" \
-o "HostKey=$HOST_KEYS_PATH/ssh_host_ed25519_key" \
-o "PasswordAuthentication=no" \
Expand Down

0 comments on commit 5c9151a

Please sign in to comment.