From 3fb170842736c9c3c10cd53675f98aa3912bf6ad Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 1 Apr 2016 15:52:59 +0200 Subject: ssh: Fix support for ssh-dss host keys --- nixos/modules/programs/ssh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/programs/ssh.nix') diff --git a/nixos/modules/programs/ssh.nix b/nixos/modules/programs/ssh.nix index 1ad45f468030..cc835081c9f9 100644 --- a/nixos/modules/programs/ssh.nix +++ b/nixos/modules/programs/ssh.nix @@ -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} ''; -- cgit 1.4.1