Explorar el Código

ssh-keyscan: reformat arguments

Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Valentin Vetter hace 5 años
padre
commit
763c0aeae5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}}`