From 283245e12f20d4f87801710c145022c16d8160ae Mon Sep 17 00:00:00 2001 From: Dingjun Date: Sat, 16 Sep 2017 10:15:40 +0800 Subject: [PATCH] update commandline help --- obfscp/scp.go | 6 ++++++ obfssh/ssh.go | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/obfscp/scp.go b/obfscp/scp.go index 8eb5e05..986a373 100644 --- a/obfscp/scp.go +++ b/obfscp/scp.go @@ -611,6 +611,12 @@ Options: Specifies the password for log in remote machine -r recursively copy the directories + + -tls + connect to server via TLS + + -tls-insecure + do not verify server's certificate ` fmt.Printf("%s", usageStr) os.Exit(1) diff --git a/obfssh/ssh.go b/obfssh/ssh.go index 8fe1d06..156a593 100644 --- a/obfssh/ssh.go +++ b/obfssh/ssh.go @@ -390,6 +390,12 @@ Options: Specifies the max error count for keep alive, when the count reach the max, the connection will be abort. + + -tls + connect to server via TLS + + -tls-insecure + do not verify server's tls ceritificate ` fmt.Printf("%s", usageStr) os.Exit(1)