You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--escape-char SSH option for escape_char (-e) [string]
45
-
--config-file SSH option for config-file (-F) [string]
46
-
--pkcs11 SSH option for pkcs11 (-I) [string]
47
-
--identity-file SSH option for identity_file (-i) [string]
48
-
--mac-spec SSH option for mac_spec (-m) [string]
49
-
--ctl-cmd SSH option for ctl_cmd (-O) [string]
50
-
--option SSH option for option (-o) [string]
51
-
--tag SSH option for tag (-P) [string]
52
-
--ctl-path SSH option for ctl_path (-S) [string]"
42
+
--cipher SSH option: Selects the cipher specification for encrypting the session [string]
43
+
--log-file SSH option: Append debug logs to log_file instead of standard error [string]
44
+
--escape-char SSH option: Sets the escape character for sessions with a pty (default: ‘~’) [string]
45
+
--config-file SSH option: Specifies an alternative per-user configuration file [string]
46
+
--pkcs11 SSH option: Specify the PKCS#11 shared library ssh should use to communicate with a PKCS#11 token providing keys for user authentication [string]
47
+
--identity-file SSH option: Selects a file from which the identity (private key) for public key authentication is read [string]
48
+
--mac-spec SSH option: A comma-separated list of MAC (message authentication code) algorithms, specified in order of preference [string]
49
+
--option SSH option: Can be used to give options in the format used in the configuration file [string]
50
+
--tag SSH option: Specify a tag name that may be used to select configuration in ssh_config(5) [string]"
0 commit comments