Merge pull request #3316 from chewitt/sshd-no-dss

openssh: drop support for ssh-dss keys
This commit is contained in:
MilhouseVH 2019-03-06 22:57:18 +00:00 committed by GitHub
commit 8194238126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}