ssh: Fix support for ssh-dss host keys

This commit is contained in:
Eelco Dolstra
2016-04-01 15:52:59 +02:00
parent 882d0b35b8
commit 3fb1708427
3 changed files with 56 additions and 1 deletions

View File

@@ -189,6 +189,7 @@ in
# Allow DSA keys for now. (These were deprecated in OpenSSH 7.0.)
PubkeyAcceptedKeyTypes +ssh-dss
HostKeyAlgorithms +ssh-dss
${cfg.extraConfig}
'';