cleverca22 / not-os

An operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system, with support for iPXE and signed boot.
MIT License
791 stars 40 forks source link

Private SSH keys commited in the repo #20

Open gordon-quad opened 2 years ago

gordon-quad commented 2 years ago

https://github.com/cleverca22/not-os/blob/master/ssh/ssh_host_rsa_key https://github.com/cleverca22/not-os/blob/master/ssh/ssh_host_ed25519_key

Massive security issue. Is it possible to utilize ssh's ability to generate keys during the first boot or at least make a big warning in the README.md so people will be aware of the issue?