mirror of
https://github.com/moul/sshportal.git
synced 2024-11-10 17:26:41 +08:00
Update README.md
This commit is contained in:
parent
8057c744e8
commit
dde9ac6603
1 changed files with 10 additions and 0 deletions
10
README.md
10
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):
|
||||
|
|
Loading…
Reference in a new issue