diff --git a/doc/index.but b/doc/index.but index 226e9a34..41d18a36 100644 --- a/doc/index.but +++ b/doc/index.but @@ -259,11 +259,37 @@ saved sessions from \IM{-N-upper} \c{\-N} command-line option \IM{\-1} \c{\-1} command-line option \IM{\-2} \c{\-2} command-line option +\IM{\-4} \c{\-4} command-line option +\IM{\-6} \c{\-6} command-line option \IM{\-i} \c{\-i} command-line option \IM{\-pgpfp} \c{\-pgpfp} command-line option \IM{\-sercfg} \c{\-sercfg} command-line option \IM{\-share} \c{\-share} command-line option \IM{\-noshare} \c{\-noshare} command-line option +\IM{\-agent} \c{\-agent} command-line option +\IM{\-noagent} \c{\-noagent} command-line option +\IM{\-nc} \c{\-nc} command-line option +\IM{\-restrict\-acl} \c{\-restrict\-acl} command-line option +\IM{\-restrict\-putty\-acl} \c{\-restrict\-putty\-acl} Pageant command-line option +\IM{\-loghost} \c{\-loghost} command-line option +\IM{\-hostkey} \c{\-hostkey} command-line option +\IM{\-sessionlog} \c{\-sessionlog} command-line option +\IM{\-sshlog} \c{\-sshlog} command-line option +\IM{\-sshrawlog} \c{\-sshrawlog} command-line option +\IM{\-logoverwrite} \c{\-logoverwrite} command-line option +\IM{\-logappend} \c{\-logappend} command-line option +\IM{\-proxycmd} \c{\-proxycmd} command-line option +\IM{\-cert} \c{\-cert} command-line option +\IM{\-no\-trivial\-auth} \c{\-no\-trivial\-auth} command-line option +\IM{\-legacy\-stdio\-prompts} \c{\-legacy\-stdio\-prompts} command-line option +\IM{\-legacy\-charset\-handling} \c{\-legacy\-charset\-handling} command-line option + +\IM{\-host\-ca} \c{\-host\-ca} PuTTY command-line option + +\IM{\-sanitise\-stderr} \c{\-sanitise\-stderr} command-line option +\IM{\-sanitise\-stdout} \c{\-sanitise\-stdout} command-line option +\IM{\-no\-sanitise\-stderr} \c{\-no\-sanitise\-stderr} command-line option +\IM{\-no\-sanitise\-stdout} \c{\-no\-sanitise\-stdout} command-line option \IM{removing registry entries} removing registry entries \IM{removing registry entries} registry entries, removing @@ -824,6 +850,7 @@ saved sessions from \IM{-batch-plink} \c{\-batch} Plink command-line option \IM{-s-plink} \c{\-s} Plink command-line option \IM{-shareexists-plink} \c{\-shareexists} Plink command-line option +\IM{-no-antispoof-plink} \c{\-no\-antispoof} Plink command-line option \IM{subsystem} subsystem, SSH \IM{subsystem} SSH subsystem diff --git a/doc/plink.but b/doc/plink.but index 81e4e5f1..f1ad5f0e 100644 --- a/doc/plink.but +++ b/doc/plink.but @@ -320,7 +320,7 @@ channel. \dd Do not sanitise server data written to Plink's standard output channel. -\S2{plink-option-antispoof} \i{\-no\-antispoof}: turn off authentication spoofing protection prompt +\S2{plink-option-antispoof} \I{-no-antispoof-plink}\c{\-no\-antispoof}: turn off authentication spoofing protection prompt In SSH, some possible server authentication methods require user input (for example, password authentication, or entering a private key diff --git a/doc/using.but b/doc/using.but index 2a49ab3f..b89c6126 100644 --- a/doc/using.but +++ b/doc/using.but @@ -807,7 +807,7 @@ PSFTP. \S2{using-cmdline-m} \i\c{\-m}: \I{reading commands from a file}read a remote command or script from a file -The \i\c{\-m} option performs a similar function to the \q{\ii{Remote +The \c{\-m} option performs a similar function to the \q{\ii{Remote command}} box in the SSH panel of the PuTTY configuration box (see \k{config-command}). However, the \c{\-m} option expects to be given a local file name, and it will read a command from that file.