From 74e2da2f2941366e76a24bb0a7d63e29d7cb49ba Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 14 Aug 2024 11:24:23 -0700 Subject: [PATCH] Man page edits --- doc/fwd.man.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/fwd.man.md b/doc/fwd.man.md index 992254c..9f8f6da 100644 --- a/doc/fwd.man.md +++ b/doc/fwd.man.md @@ -70,15 +70,15 @@ The following commands are available while **fwd** is connected: **fwd** enumerates all of the ports that the remote server is listening on, and attempts to identify the process that is listening on each port. It can identify ports in the following ways: -*With docker* +*docker* : **fwd** will attempt to find and connect to a docker engine on the remote machine. : If successful, it will list all of the forwarded ports, and identify each port as belonging to that docker container. -*With procfs* +*procfs* : On Linux, the listening ports are found by reading procfs and mapping them back to process command lines. : **fwd** can only identify processes that the user it is connected as has permissions to read on the remote machine. -Earlier methods take precedence over later methods. +(Earlier methods take precedence over later methods.) If **fwd** cannot identify the process that is listening on a given port, then the port is *anonymous*. Anonymous ports are not enabled by default, but can be enabled manually, either with the UI or by configuration.