Man page edits

This commit is contained in:
John Doty 2024-08-14 11:24:23 -07:00
parent cfde429786
commit 74e2da2f29

View file

@ -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. **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: 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. : **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. : 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. : 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. : **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*. 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. Anonymous ports are not enabled by default, but can be enabled manually, either with the UI or by configuration.