Update README.md

This commit is contained in:
Eugene Pankov 2022-04-23 12:29:56 +02:00
parent cef8eeb976
commit 42f2599331
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -33,9 +33,8 @@ In particular, we're working on:
## 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.
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.
Run `warpgate setup` to interactively generate a config file, including port bindings. See [Getting started](https://github.com/warp-tech/warpgate/wiki/Getting-started) for details.
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.