Setup helps with port assigment

The README now says so.
This commit is contained in:
Geert Stappers 2022-04-16 13:43:03 +02:00 committed by Geert Stappers
parent b1559fa355
commit b444514cb7

View file

@ -33,6 +33,9 @@ In particular, we're working on:
## How it works ## How it works
Warpgate is a service that you deploy on the bastion/DMZ host, which will accept SSH connections and provide an (optional) web admin UI. Warpgate is a service that you deploy on the bastion/DMZ host, which will accept SSH connections and provide an (optional) web admin UI.
Executing `warpgate setup` helps to define on which ports `warpgate` listens.
See [Getting started](https://github.com/warp-tech/warpgate/wiki/Getting-started)
to see `warpgate setup in action.
It receives SSH connections with specifically formatted credentials, authenticates the user locally, connects to the target itself, and then connects both parties together while (optionally) recording the session. It receives SSH connections with specifically formatted credentials, authenticates the user locally, connects to the target itself, and then connects both parties together while (optionally) recording the session.