Added key generator and key for the MX vm on the work laptop

This commit is contained in:
Martin Donnelly 2022-08-05 10:01:08 +01:00
parent b6f4bbeb73
commit 4a47084cff
2 changed files with 6 additions and 0 deletions

5
generate-new-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

1
mx.id_ed25519.pub Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNAeYjBphCcVpgunI9DfBHBg2loIbF88FB64v329nFh martind2000@gmail.com