1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-18 03:20:59 -05:00

Add "-s" option to Unix plink too.

Compiled, but not tested as Unix plink seems to be segfaulting today.

[originally from svn r3427]
This commit is contained in:
Jacob Nevins
2003-08-29 19:21:49 +00:00
parent 5690a72640
commit 2504a53d72
2 changed files with 13 additions and 0 deletions

View File

@ -53,3 +53,5 @@ Force use of SSH protocol version 2.
Enable compression.
.IP "\fB-i\fR \fIpath\fR"
Private key file for authentication.
.IP "\fB-s\fR"
Remote command is SSH subsystem (SSH-2 only).