Update readme.md

Fixed type on the Create SSH key command
This commit is contained in:
Janne Saarinen
2024-03-10 00:14:43 +02:00
committed by GitHub
parent 11a1300592
commit df2d340c4f

View File

@@ -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