Update README.md

This commit is contained in:
Manfred Touron 2017-11-13 11:18:19 +01:00 committed by GitHub
parent 8057c744e8
commit dde9ac6603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):