update README
This commit is contained in:
parent
2d95669928
commit
2186d32e60
1 changed files with 6 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ tunnelmon -- Monitor and manage autoSSH tunnels
|
|||
|
||||
`tunnelmon` [-h]
|
||||
|
||||
`tunnelmon` [-c] [-n] [-u] [-l LEVEL] [-g FILE]
|
||||
`tunnelmon` [-c] [-n] [-u] [-l LEVEL] [-g FILE] [-s]
|
||||
|
||||
|
||||
## DESCRIPTION
|
||||
|
|
@ -55,6 +55,9 @@ Called without option,`tunnelmon` will print the current state of the autossh tu
|
|||
Log messages are written to the given FILE. Useful to debug the interactive interface.
|
||||
If not set, asking for the curses interface automatically set logging to the "tunnelmon.log" file.
|
||||
|
||||
* `-s`, `--log-sensitive`:
|
||||
Allow sensitive information (hostnames, IPs, PIDs, etc.) into the logs.
|
||||
|
||||
|
||||
## INTERACTIVE INTERFACE
|
||||
|
||||
|
|
@ -64,7 +67,7 @@ Keyboard commands:
|
|||
* `R`: Reload the selected autossh instance (i.e. send a `SIGUSR1`, which is interpreted as a reload command by autossh).
|
||||
* `C`: Close the selected tunnel (i.e. send a `SIGTERM`).
|
||||
* `N`: Show the network connections related to each tunnel instances.
|
||||
* `Q`: Quit tunnelmon.
|
||||
* `Q`: Quit Tunnelmon.
|
||||
|
||||
|
||||
## DISPLAY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue