diff --git a/pages/common/ssh-keyscan.md b/pages/common/ssh-keyscan.md index 562bc4247..e3535ede3 100644 --- a/pages/common/ssh-keyscan.md +++ b/pages/common/ssh-keyscan.md @@ -12,4 +12,4 @@ - Retrieve certain types of public ssh keys of a remote host: -`ssh-keyscan -t rsa,dsa,ecdsa,ed25519 {{host}}` +`ssh-keyscan -t {{rsa,dsa,ecdsa,ed25519}} {{host}}`