From 42f25993313e77c256dcfdd38de7764074bdd7de Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 23 Apr 2022 12:29:56 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f28867a..f5d0071 100644 --- a/README.md +++ b/README.md @@ -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.