ssh-keys/generate-ed25519-key.sh
2023-08-14 00:21:19 +01:00

6 lines
130 B
Bash
Executable File

THISHOST=$(hostname)
ssh-keygen -t ed25519 -C "martind2000@gmail.com"
cp $HOME/.ssh/id_ed25519.pub ./${THISHOST}.id_ed25519.pub