From aeeeb6db5b62e6bf029c88e8ec0478a118baa859 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Mon, 22 Aug 2016 13:56:38 +0200 Subject: [PATCH] do not enable upstream-disabled DSA keys reenabling them (temporarily) should be consciuos admin decision to follow transition period until they are ultimately removed from openssh. Note the double-hash comment to indicate, that this is only a hint, not default --- openssh-config.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh-config.patch b/openssh-config.patch index e48b3f2..9f74e69 100644 --- a/openssh-config.patch +++ b/openssh-config.patch @@ -15,7 +15,7 @@ #PermitEmptyPasswords no + +# Allow DSA keys -+PubkeyAcceptedKeyTypes +ssh-dss ++## PubkeyAcceptedKeyTypes +ssh-dss # Change to no to disable s/key passwords #ChallengeResponseAuthentication yes -- 2.44.0