Merge pull request 'New ed25519 generator and ed25519 key for Hammer' (#5) from ed25519-generator into main

Reviewed-on: #5
This commit is contained in:
Martin Donnelly 2023-08-14 08:10:53 +00:00
commit 0346cfe02c
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