mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
6fb501eddd5f4a84e12245892b448ad5580bb167
vmimages
based on https://samleathers.com/posts/2022-02-11-my-new-network-and-sops.html
Create new SSH HOST KEYS
sudo ssh-keygen -q -N "" -t rsa -b 4096 -f /etc/ssh/ssh_host_rsa_key sudo ssh-keygen -q -N "" -t ed25519 -f /etc/ssh/ssh_host_ed25519_key
Local nix-shell -p ssh-to-age --run 'cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age'
TODO
swtich to ed25519 ssh-to-age? https://github.com/Mic92/ssh-to-age
Description
Languages
Nix
92.2%
Just
4.1%
Shell
3.7%