From 4e8d88c7a4fac3912c558bffd1151f52ad257c35 Mon Sep 17 00:00:00 2001 From: madereddy <49539048+madereddy@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:25:55 -0500 Subject: [PATCH] Update Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c18e6..e162358 100644 --- a/README.md +++ b/README.md @@ -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