mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-02 16:36:17 +00:00
Update readme.md
Fixed type on the Create SSH key command
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user