]> git.pld-linux.org Git - packages/openssh.git/commitdiff
do not enable upstream-disabled DSA keys
authorTomasz Pala <gotar@pld-linux.org>
Mon, 22 Aug 2016 11:56:38 +0000 (13:56 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Mon, 22 Aug 2016 11:56:38 +0000 (13:56 +0200)
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

index e48b3f250bbe517d3c70d622527d42ab8f4e3077..9f74e6978678100ae3b0c6d5d61d6b00d135222d 100644 (file)
@@ -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
This page took 0.092743 seconds and 4 git commands to generate.