diff --git a/README.md b/README.md index 7de4056..6642812 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Upon successful execution, the playbook will: Moreover, since the second user has the passwordless option set to true, a key will be created in `/tmp/id_ed25519_local_log` on the Ansible control node. This key, once generated, allows for passwordless login as `local_log`. To initiate such login, simply execute the following command: ```bash -ssh local_log@ -i /tmp/d_ed25519_local_log +ssh local_log@ -i /tmp/id_ed25519_local_log ``` ## Additional note diff --git a/slococo/playground/README.md b/slococo/playground/README.md index 647ffa3..d7f2db0 100644 --- a/slococo/playground/README.md +++ b/slococo/playground/README.md @@ -27,6 +27,7 @@ This role configures multiple local user accounts on the target host as specifie - `passwordless`: Enable or disable passwordless authentication (optional) - `local_accounts_key_path`: Path to the private key on the Ansible control node (optional) +- `local_accounts_key_type`: Type of the private key used for SSH authentication (optional) ### Usage diff --git a/slococo/playground_nodeps/README.md b/slococo/playground_nodeps/README.md index 8c9bd5b..03e4199 100644 --- a/slococo/playground_nodeps/README.md +++ b/slococo/playground_nodeps/README.md @@ -26,6 +26,7 @@ This role configures multiple local user accounts on the target host as specifie - `passwordless`: Enable or disable passwordless authentication (optional) - `local_accounts_key_path`: Path to the private key on the Ansible control node (optional) +- `local_accounts_key_type`: Type of the private key used for SSH authentication (optional) ### Usage