New ed25519 generator and ed25519 key for Hammer

This commit is contained in:
Martin Donnelly 2023-08-14 00:21:19 +01:00
parent c391f56af1
commit 9ef4a35c26
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