From 1288a4b20dbbea3912cbcd883fea82631442c168 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 19 May 2020 14:11:26 +0800 Subject: [PATCH] docs: update fingerprint comment. Signed-off-by: Bo-Yi Wu --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 59157fe..e6addc2 100644 --- a/main.go +++ b/main.go @@ -67,7 +67,7 @@ func main() { }, cli.StringFlag{ Name: "fingerprint", - Usage: "fingerprint as unpadded base64 encoded sha256 hash.", + Usage: "fingerprint SHA256 of the host public key, default is to skip verification", EnvVar: "PLUGIN_FINGERPRINT,SSH_FINGERPRINT,FINGERPRINT,INPUT_FINGERPRINT", }, cli.StringSliceFlag{ @@ -164,7 +164,7 @@ func main() { }, cli.StringFlag{ Name: "proxy.fingerprint", - Usage: "fingerprint as unpadded base64 encoded sha256 hash.", + Usage: "fingerprint SHA256 of the host public key, default is to skip verification", EnvVar: "PLUGIN_PROXY_FINGERPRINT,SSH_PROXY_FINGERPRINT,PROXY_FINGERPRINT,INPUT_PROXY_FINGERPRINT", }, cli.StringSliceFlag{