diff --git a/bastion b/bastion index e3ab8bb..d2b58a3 100644 --- a/bastion +++ b/bastion @@ -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" \