Update Readme

This commit is contained in:
madereddy
2023-12-12 15:25:55 -05:00
parent 99b556ea10
commit 4e8d88c7a4
+7 -1
View File
@@ -69,7 +69,13 @@ To get started, clone the github repo that goes along with this post:
## Section 1: Setting Up SSH Key-Based Authentication
Before jumping into Ansible playbooks, it's crucial to establish a secure and efficient way to connect to your remote machines. SSH key-based authentication offers a more secure alternative to traditional password-based methods. I've detailed the setup process in a previous post, which you can find [here](https://medium.com/@jonezy7173_88832/using-ssh-key-based-authentication-remote-machines-and-github-f7fe6d142be8). This setup is essential for seamless Ansible operations.
Before jumping into Ansible playbooks, it's crucial to establish a secure and efficient way to connect to your remote machines. SSH key-based authentication offers a more secure alternative to traditional password-based methods.
Add the Public Key to the /.ssh/authorized_keys found on Vaultwarden Secure Notes.
Restart the SSHD Service
Verify you can log in using the Private Key.
## Section 2: Crafting Your Ansible Inventory File