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:
commit
0346cfe02c
1
Hammer.id_ed25519.pub
Normal file
1
Hammer.id_ed25519.pub
Normal file
@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH6ua7efiJ36M64WcDulrpn4rk2QDrUaifAj3+Kli8RA martind2000@gmail.com
|
5
generate-ed25519-key.sh
Executable file
5
generate-ed25519-key.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user