Files
nixos-config/scripts/hostkey-to-agepub.sh
Alexander Szczepanski b5f2018402 desktop-2025-01-29-14-20-16
2025-01-29 14:20:16 +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"