ssh-keyscan: reformat arguments

Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
italian
Valentin Vetter 2019-09-06 17:12:57 +02:00 committed by Agniva De Sarker
parent 85b8f04ca3
commit 763c0aeae5
1 changed files with 1 additions and 1 deletions

View File

@ -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}}`