From 763c0aeae5ad3b775a506b1d9773c50a6955e605 Mon Sep 17 00:00:00 2001 From: Valentin Vetter Date: Fri, 6 Sep 2019 17:12:57 +0200 Subject: [PATCH] ssh-keyscan: reformat arguments Co-Authored-By: Starbeamrainbowlabs --- pages/common/ssh-keyscan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}`