commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2019-06-26 | 2019-07-04 | ||
better value placeholder names (martin) | ''[[scriptcommand_open|open]] (78.151.53.24) (hidden) (untrusted) | ||
Line 55: | Line 55: | ||
If there's already idle WinSCP instance running, the session(s) opens in the existing instance. To force session open in new instance of WinSCP, use ''/newinstance'' parameter. | If there's already idle WinSCP instance running, the session(s) opens in the existing instance. To force session open in new instance of WinSCP, use ''/newinstance'' parameter. | ||
- | Parameter ''/privatekey'' specifies [[local_path|local path]] to [[public_key#private|SSH private key file]]. If the key file is encrypted, use ''/passphrase'' to specify its passphrase. | + | Parameter ''/private key'' specifies [[local_path|local path]] to [[public_key#private|SSH private key file]]. If the key file is encrypted, use ''/passphrase'' to specify its passphrase. |
Parameter ''/hostkey'' specifies fingerprint of expected SSH host key (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[ssh_verifying_the_host_key|accept host key]] with the fingerprint. | Parameter ''/hostkey'' specifies fingerprint of expected SSH host key (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[ssh_verifying_the_host_key|accept host key]] with the fingerprint. | ||
Line 69: | Line 69: | ||
Parameter ''/timeout'' specifies [[ui_login_connection#timeout|server response timeout]]. | Parameter ''/timeout'' specifies [[ui_login_connection#timeout|server response timeout]]. | ||
- | Parameter ''/==rawsettings=='' allows configuring any site settings [[rawsettings|using raw format as in an INI file]]. E.g. to enable SSH compression and agent forwarding use ''/rawsettings Compression=1 AgentFwd=1''. The parameter must come after session URL (if any). | + | Parameter ''/==raw settings=='' allows configuring any site settings [[rawsettings|using raw format as in an INI file]]. E.g. to enable SSH compression and agent forwarding use ''/raw settings Compression=1 AgentFwd=1''. The parameter must come after session URL (if any). |
When using [[scripting]], use ''[[scriptcommand_open|open]]'' command (and its switches) instead. | When using [[scripting]], use ''[[scriptcommand_open|open]]'' command (and its switches) instead. |