stribika
stribika
https://twitter.com/ioerror/status/552441110719918080
Allows significantly faster gameplay after wave 400 or so.
The scanner flags it as a critical, because ssh-keygen thinks DH group 16 is not safe. Find out how and why DH group 16 is safe, then whitelist it.
Right now we are using the SSH_MSG_KEX_DH_GEX_REPLY message to get the public key but different key exchange methods use different messages. This means we can't detect an RSA512 host key...
Steps to reproduce: ```sh # using any valid yaml config sudo sudo distrobuilder build-lxc $distro.yaml $distro --compression=zstd # this works but creates $distro/meta.tar.xz and $distro/rootfs.tar.zst sudo lxc-create --name $container --template...