Browse Source

ssh-keyscan: reformat arguments

Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Valentin Vetter 5 years ago
parent
commit
763c0aeae5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/ssh-keyscan.md

+ 1 - 1
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}}`