Skip to content

Commit

Permalink
ssh: drop DSA support, fixes #33381
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Mar 13, 2018
1 parent ba816ee commit 35066fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nixos/modules/programs/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ in
ForwardX11 ${if cfg.forwardX11 then "yes" else "no"}
# Allow DSA keys for now. (These were deprecated in OpenSSH 7.0.)
PubkeyAcceptedKeyTypes +ssh-dss
HostKeyAlgorithms +ssh-dss
${cfg.extraConfig}
'';

Expand Down

0 comments on commit 35066fd

Please sign in to comment.