ssh: Fix support for ssh-dss host keys

This commit is contained in:
Eelco Dolstra
2016-04-01 15:54:52 +02:00
parent 882d0b35b8
commit 3fb1708427
3 changed files with 56 additions and 1 deletions
+3 -1
View File
@@ -41,7 +41,9 @@ stdenv.mkDerivation rec {
'';
patches =
[ ./locale_archive.patch ]
[ ./locale_archive.patch
./fix-host-key-algorithms-plus.patch
]
++ optional withGssapiPatches gssapiSrc;
buildInputs = [ zlib openssl libedit pkgconfig pam ]