Update README.md
This commit is contained in:
parent
8364db2d30
commit
5e684a2ad1
1 changed files with 2 additions and 4 deletions
|
|
@ -29,15 +29,13 @@ SSH Piper works as a proxy-like ware, and route connections by `username`, `src
|
|||
## Install
|
||||
|
||||
```
|
||||
go get github.com/tg123/sshpiper/sshpiperd
|
||||
go install github.com/tg123/sshpiper/sshpiperd
|
||||
go get -u github.com/tg123/sshpiper/sshpiperd
|
||||
```
|
||||
|
||||
with pam module support
|
||||
|
||||
```
|
||||
go get -tags pam github.com/tg123/sshpiper/sshpiperd
|
||||
go install -tags pam github.com/tg123/sshpiper/sshpiperd
|
||||
go get -u -tags pam github.com/tg123/sshpiper/sshpiperd
|
||||
```
|
||||
|
||||
## [Docker image](https://registry.hub.docker.com/u/farmer1992/sshpiperd/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue