mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 15:30:19 +00:00
Update readme.md
Fixed type on the Create SSH key command
This commit is contained in:
parent
11a1300592
commit
df2d340c4f
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ ansible all -m ping
|
|||
|
||||
# Create SSH Key
|
||||
```
|
||||
ssh keygen -t ed25519 -C "ansible"
|
||||
ssh-keygen -t ed25519 -C "ansible"
|
||||
```
|
||||
|
||||
# Copy SSH Key
|
||||
|
@ -25,4 +25,4 @@ ssh-copy-id -i ~/.ssh/ansible.pub 192.168.200.50
|
|||
# Ansible Ping Command With New SSH Key
|
||||
```
|
||||
ansible all -m ping --key-file ~/.ssh/ansible
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue