This commit is contained in:
James Turland 2024-03-14 22:02:53 +00:00
commit a93d38816c
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ ansible all -m ping
# Create SSH Key # Create SSH Key
``` ```
ssh keygen -t ed25519 -C "ansible" ssh-keygen -t ed25519 -C "ansible"
``` ```
# Copy SSH Key # Copy SSH Key