New ed25519 generator and ed25519 key for Hammer #5

Merged
martin merged 1 commits from ed25519-generator into main 2023-08-14 08:10:54 +00:00
2 changed files with 6 additions and 0 deletions

1
Hammer.id_ed25519.pub Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH6ua7efiJ36M64WcDulrpn4rk2QDrUaifAj3+Kli8RA martind2000@gmail.com

5
generate-ed25519-key.sh Executable file
View File

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