added my ssh key
All checks were successful
Master branch: build & lint / build (push) Successful in 1m44s

This commit is contained in:
Thomas Maurice 2025-03-12 08:23:14 +01:00
parent ee7e5786e7
commit 3d349652c6
Signed by: thomas
GPG key ID: D9D476B39F713FD1

View file

@ -99,6 +99,11 @@ $ ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -P ''
Lastly, look into `group_vars/all.yml`, go at the end of the file and add the created _public_ key in the root_user.default_root_keys (from `~/.ssh/id_ed25519.pub`, or any other keys you created before hand). Lastly, look into `group_vars/all.yml`, go at the end of the file and add the created _public_ key in the root_user.default_root_keys (from `~/.ssh/id_ed25519.pub`, or any other keys you created before hand).
If you want me to be able to hop on your machines to debug stuff please add my SSH key too:
```
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPrw78OSJACq5MFXHrhAr2bPpnTNxwLE85mzij8gKmCs thomas@thonkpad
```
### One more thing, update your inventory ### One more thing, update your inventory