plink.but (putty-0.75) | : | plink.but (putty-0.76) | ||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
This section describes the basics of how to use Plink for | This section describes the basics of how to use Plink for | |||
interactive logins and for automated processes. | interactive logins and for automated processes. | |||
Once you've got a console window to type into, you can just type | Once you've got a console window to type into, you can just type | |||
\c{plink} on its own to bring up a usage message. This tells you the | \c{plink} on its own to bring up a usage message. This tells you the | |||
version of Plink you're using, and gives you a brief summary of how to | version of Plink you're using, and gives you a brief summary of how to | |||
use Plink: | use Plink: | |||
\c C:\>plink | \c C:\>plink | |||
\c Plink: command-line connection utility | \c Plink: command-line connection utility | |||
\c Release 0.75 | \c Release 0.76 | |||
\c Usage: plink [options] [user@]host [command] | \c Usage: plink [options] [user@]host [command] | |||
\c ("host" can also be a PuTTY saved session name) | \c ("host" can also be a PuTTY saved session name) | |||
\c Options: | \c Options: | |||
\c -V print version information and exit | \c -V print version information and exit | |||
\c -pgpfp print PGP key fingerprints and exit | \c -pgpfp print PGP key fingerprints and exit | |||
\c -v show verbose messages | \c -v show verbose messages | |||
\c -load sessname Load settings from saved session | \c -load sessname Load settings from saved session | |||
\c -ssh -telnet -rlogin -raw -serial | \c -ssh -telnet -rlogin -raw -serial | |||
\c force use of a particular protocol | \c force use of a particular protocol | |||
\c -ssh-connection | \c -ssh-connection | |||
skipping to change at line 80 | skipping to change at line 80 | |||
\c Forward remote port to local address | \c Forward remote port to local address | |||
\c -X -x enable / disable X11 forwarding | \c -X -x enable / disable X11 forwarding | |||
\c -A -a enable / disable agent forwarding | \c -A -a enable / disable agent forwarding | |||
\c -t -T enable / disable pty allocation | \c -t -T enable / disable pty allocation | |||
\c -1 -2 force use of particular SSH protocol version | \c -1 -2 force use of particular SSH protocol version | |||
\c -4 -6 force use of IPv4 or IPv6 | \c -4 -6 force use of IPv4 or IPv6 | |||
\c -C enable compression | \c -C enable compression | |||
\c -i key private key file for user authentication | \c -i key private key file for user authentication | |||
\c -noagent disable use of Pageant | \c -noagent disable use of Pageant | |||
\c -agent enable use of Pageant | \c -agent enable use of Pageant | |||
\c -no-trivial-auth | ||||
\c disconnect if SSH authentication succeeds trivially | ||||
\c -noshare disable use of connection sharing | \c -noshare disable use of connection sharing | |||
\c -share enable use of connection sharing | \c -share enable use of connection sharing | |||
\c -hostkey keyid | \c -hostkey keyid | |||
\c manually specify a host key (may be repeated) | \c manually specify a host key (may be repeated) | |||
\c -sanitise-stderr, -sanitise-stdout, -no-sanitise-stderr, -no-sanitise-stdou t | \c -sanitise-stderr, -sanitise-stdout, -no-sanitise-stderr, -no-sanitise-stdou t | |||
\c do/don't strip control chars from standard output/error | \c do/don't strip control chars from standard output/error | |||
\c -no-antispoof omit anti-spoofing prompt after authentication | \c -no-antispoof omit anti-spoofing prompt after authentication | |||
\c -m file read remote command(s) from file | \c -m file read remote command(s) from file | |||
\c -s remote command is an SSH subsystem (SSH-2 only) | \c -s remote command is an SSH subsystem (SSH-2 only) | |||
\c -N don't start a shell/command (SSH-2 only) | \c -N don't start a shell/command (SSH-2 only) | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |