vps-arm-2024-08-31-19-31-36

This commit is contained in:
Alexander Szczepanski
2024-08-31 19:31:37 +02:00
parent 1e11cac9c3
commit 6d5e9fe4ae
4 changed files with 45 additions and 11 deletions

3
hostkey-to-agepub.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
nix-shell -p ssh-to-age --run "cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age"