Merge branch 'dropbear-2018-76-fix'

This commit is contained in:
Shea Levy 2018-03-01 21:35:06 -05:00
commit 2802101e9f
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
2 changed files with 3 additions and 3 deletions

@ -118,7 +118,7 @@ in
echo ${escapeShellArg key} >> /root/.ssh/authorized_keys
'') cfg.authorizedKeys)}
dropbear -s -j -k -E -m -p ${toString cfg.port} ${optionalString (cfg.hostRSAKey == null && cfg.hostDSSKey == null && cfg.hostECDSAKey == null) "-R"}
dropbear -s -j -k -E -p ${toString cfg.port} ${optionalString (cfg.hostRSAKey == null && cfg.hostDSSKey == null && cfg.hostECDSAKey == null) "-R"}
'';
boot.initrd.secrets =

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "dropbear-2018.76";
name = "dropbear-2017.75";
src = fetchurl {
url = "http://matt.ucc.asn.au/dropbear/releases/${name}.tar.bz2";
sha256 = "0rgavbzw7jrs5wslxm0dnwx2m409yzxd9hazd92r7kx8xikr3yzj";
sha256 = "1309cm2aw62n9m3h38prvgsqr8bj85hfasgnvwkd42cp3k5ivg3c";
};
dontDisableStatic = enableStatic;