diff options
-rw-r--r-- | doc/whispers.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/whispers.texi b/doc/whispers.texi index c527900..d15e893 100644 --- a/doc/whispers.texi +++ b/doc/whispers.texi @@ -1053,6 +1053,13 @@ part of the dynamic forward to @code{stealth-sshd-host}, when the baseline connection service's command is extended in such a way that it auto-magically uses this port of localhost to proxy its own connection. +@item @code{stealth-extra-forwards} (default @code{'()}) +A list of records of type @code{ssh-forward-configuration}, @xref{Client +system configuration,,,ssh-tunneler,SSH Tunneler Reference Manual}. Each +of its members configures a forwarding to be added to the ssh connection +of the client running whispers to the sshd of the proxy server providing +stealth, in addition to the dynamic forward used for stealth proper. + @item @code{%auto-start?} (default @code{#t)}) A boolean value. Whether the service and, when the @code{stealth?} field of this record is toggled, its proxying service should be |