ssh: Fix support for ssh-dss host keys
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user