From dde9ac66034baa5669729d236049bac88ec73ad0 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 13 Nov 2017 11:18:19 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b32472b..66fddce 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Jump host/Jump server without the jump, a.k.a Transparent SSH bastion * User Key management * ACL management * Connect to host using key or password +* Admin commands can be run directly or in an interactive shell ## Usage @@ -110,6 +111,15 @@ ssh localhost -p 2222 -l foo bart@foo> ``` +Invite friends + +```console +config> user invite bob@example.com +User 2 created. +To associate this account with a key, use the following SSH user: 'invite-NfHK5a84jjJkwzDk'. +config> +``` + ## Install Get the latest version using GO (recommended way):