diff --git a/README.md b/README.md index 0ba022a..ea5d78a 100644 --- a/README.md +++ b/README.md @@ -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). +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