Skip to content

Commit c41631a

Browse files
committed
Update README
1 parent cd65ff8 commit c41631a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ sshgate is a proxy SSH server/firewall built to run at a network boundary. It ta
44

55
I made this for my experimental [devenv](https://github.com/cedws/devenv) project in which I'm building a locked down development environment with restricted outbound traffic. sshgate facilitates my goal of only allowing outbound SSH traffic to `github.com:22`.
66

7+
## Installation
8+
9+
### Brew
10+
11+
```bash
12+
brew install cedws/tap/sshgate
13+
```
14+
15+
### Scoop
16+
17+
```powershell
18+
scoop bucket add cedws https://github.com/cedws/scoop-bucket.git
19+
scoop install sshgate
20+
```
21+
22+
### Docker
23+
24+
```bash
25+
docker pull ghcr.io/cedws/sshgate:latest
26+
```
27+
728
## Usage
829

930
sshgate is an SSH server that only handles `direct-tcpip` channels, meaning it will only opaquely forward traffic from a remote host if there's a rule for the connected identity allowing it. It doesn't grant a PTY.

0 commit comments

Comments
 (0)