From b444514cb741037cab68d2b67a8b7a1764a58f50 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Sat, 16 Apr 2022 13:43:03 +0200 Subject: [PATCH] Setup helps with port assigment The README now says so. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b9e98b8..f28867a 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ 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. 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.