openssh: Re-enable DSA client keys

This was broken by a8eb2a6a81.
This commit is contained in:
Eelco Dolstra
2015-08-18 13:11:45 +02:00
parent f044c31174
commit 1f2eef5ae9
2 changed files with 20 additions and 14 deletions
@@ -413,6 +413,9 @@ in
${flip concatMapStrings cfg.hostKeys (k: ''
HostKey ${k.path}
'')}
# Allow DSA keys for now. (These were deprecated in OpenSSH 7.0.)
PubkeyAcceptedKeyTypes +ssh-dss
'';
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;