From 95270606e8853d9b93f5be46d656d08ec0a4ef09 Mon Sep 17 00:00:00 2001 From: lspgn Date: Thu, 11 Apr 2019 16:53:12 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cfd7ec..394b4b7 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,12 @@ You can use password and key authentication: For example, to configure user **rpki** and password **rpki**: ```bash -$ ./gortr -ssh.bind :8282 -ssh.key private.pem -ssh.method password -ssh.auth.user rpki -ssh.auth.password rpki -bind "" +$ ./gortr -ssh.bind :8282 -ssh.key private.pem -ssh.method.password=true -ssh.auth.user rpki -ssh.auth.password rpki -bind "" +``` + +And to configure a bypass for every SSH key: +```bash +$ ./gortr -ssh.bind :8282 -ssh.key private.pem -ssh.method.key=true -ssh.auth.key.bypass=true -bind "" ``` ## Debug the content