mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
Update README.md
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user