Files
nixos-config/scripts/hostkey-to-agepub.sh
Alexander Szczepanski b3a2a1030b desktop-2025-01-29-14-20-16
2025-02-01 10:39:40 +01:00

3 lines
103 B
Bash
Executable File

#!/usr/bin/env bash
nix-shell -p ssh-to-age --run "cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age"