Added key generator and key for the MX vm on the work laptop
This commit is contained in:
parent
b6f4bbeb73
commit
4a47084cff
5
generate-new-key.sh
Executable file
5
generate-new-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
|
1
mx.id_ed25519.pub
Normal file
1
mx.id_ed25519.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNAeYjBphCcVpgunI9DfBHBg2loIbF88FB64v329nFh martind2000@gmail.com
|
Loading…
Reference in New Issue
Block a user