1
0
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 commits 91cf47dd0d and 2675f9578d.
This commit is contained in:
Jacob Nevins 2019-02-21 01:00:44 +00:00
parent 21299b9cd5
commit ca90a36bcd
3 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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