openssh: drop support for dss keys

This commit is contained in:
Christian Hewitt 2019-02-16 15:39:35 +04:00
parent 8dfe7d74df
commit 3be8d586a4

View File

@ -51,8 +51,6 @@ post_makeinstall_target() {
-e "s|^#StrictModes.*|StrictModes no|g" \
-i $INSTALL/etc/ssh/sshd_config
echo "PubkeyAcceptedKeyTypes +ssh-dss" >> $INSTALL/etc/ssh/sshd_config
debug_strip $INSTALL/usr
}