From 7cce4ccceb8f68f564606209d3215f3df96ed4fb Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Thu, 10 Jan 2019 02:58:54 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8fbc393a..1a7a406f 100644 --- a/README.md +++ b/README.md @@ -301,9 +301,13 @@ This is useful when you want use publickey and something like [google-authentica you can configure the rule at `/etc/pam.d/sshpiperd` - * welcometext + * azdevcode - Do nothing, but print a welcome text + support azure ad device grant, more info + + + + ### SSH Session logging (`--auditor-driver=typescript-logger`) @@ -314,7 +318,7 @@ This is useful when you want use publickey and something like [google-authentica Example: ``` - $ ./sshpiperd --auditor-driver=typescript-logger + $ ./sshpiperd daemon --auditor-driver=typescript-logger ssh user_name@127.0.0.1 -p 2222 ... do some commands