mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Man page documentation of sanitise options.
These were added in commits91cf47dd0d
and2675f9578d
.
This commit is contained in:
parent
21299b9cd5
commit
ca90a36bcd
@ -93,6 +93,20 @@ very useful in this context.)
|
||||
|
||||
\dd Disable interactive prompts.
|
||||
|
||||
\dt \cw{-sanitise-stderr}
|
||||
|
||||
\dt \cw{-sanitise-stdout}
|
||||
|
||||
\dt \cw{-no-sanitise-stderr}
|
||||
|
||||
\dt \cw{-no-sanitise-stdout}
|
||||
|
||||
\dd By default, Plink can choose to filter control characters if that
|
||||
seems appropriate, to prevent remote processes sending confusing escape
|
||||
sequences. These options override Plink's default behaviour to enable
|
||||
or disabling such filtering on the standard error and standard output
|
||||
channels.
|
||||
|
||||
\dt \cw{-pw} \e{password}
|
||||
|
||||
\dd Set remote password to \e{password}. \e{CAUTION:} this will likely
|
||||
|
@ -94,6 +94,13 @@ very useful in this context.)
|
||||
|
||||
\dd Disable interactive prompts.
|
||||
|
||||
\dt \cw{-no-sanitise-stderr}
|
||||
|
||||
\dd By default, PSCP will filter control characters from the standard error
|
||||
channel from the server, to prevent remote processes sending confusing
|
||||
escape sequences. This option forces the standard error channel to not be
|
||||
filtered.
|
||||
|
||||
\dt \cw{-pw} \e{password}
|
||||
|
||||
\dd Set remote password to \e{password}. \e{CAUTION:} this will likely
|
||||
|
@ -82,6 +82,13 @@ very useful in this context.)
|
||||
|
||||
\dd Disable interactive prompts.
|
||||
|
||||
\dt \cw{-no-sanitise-stderr}
|
||||
|
||||
\dd By default, PSFTP will filter control characters from the standard error
|
||||
channel from the server, to prevent remote processes sending confusing
|
||||
escape sequences. This option forces the standard error channel to not be
|
||||
filtered.
|
||||
|
||||
\dt \cw{-pw} \e{password}
|
||||
|
||||
\dd Set remote password to \e{password}. \e{CAUTION:} this will likely
|
||||
|
Loading…
Reference in New Issue
Block a user