New ed25519 generator and ed25519 key for Hammer
This commit is contained in:
parent
c391f56af1
commit
9ef4a35c26
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