pkgs/openssh: disable dsa keys
This commit is contained in:
parent
da6bd2a2e0
commit
9b46741c96
@ -83,6 +83,7 @@ stdenv.mkDerivation {
|
||||
"--with-mantype=man"
|
||||
"--with-libedit=yes"
|
||||
"--disable-strip"
|
||||
"--disable-dsa-keys"
|
||||
(lib.withFeature withPAM "pam")
|
||||
]
|
||||
++ lib.optional (etcDir != null) "--sysconfdir=${etcDir}"
|
||||
|
Loading…
Reference in New Issue
Block a user