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
Deprecate SSH passthrough flags in `wrangler containers ssh`
6
+
7
+
The `--cipher`, `--log-file`, `--escape-char`, `--config-file`, `--pkcs11`, `--identity-file`, `--mac-spec`, `--option`, and `--tag` flags are now deprecated. These flags expose OpenSSH-specific options that are tied to the current implementation. A future release will replace the underlying SSH transport, at which point these flags will be removed. They still function for now.
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
36
36
--env-file Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files [array]
37
37
-h, --help Show help [boolean]
38
-
-v, --version Show version number [boolean]
39
-
40
-
OPTIONS
41
-
--cipher Sets \`ssh -c\`: Select the cipher specification for encrypting the session [string]
42
-
--log-file Sets \`ssh -E\`: Append debug logs to log_file instead of standard error [string]
43
-
--escape-char Sets \`ssh -e\`: Set the escape character for sessions with a pty (default: '~') [string]
44
-
-F, --config-file Sets \`ssh -F\`: Specify an alternative per-user ssh configuration file [string]
45
-
--pkcs11 Sets \`ssh -I\`: Specify the PKCS#11 shared library ssh should use to communicate with a PKCS#11 token providing keys for user authentication [string]
46
-
-i, --identity-file Sets \`ssh -i\`: Select a file from which the identity (private key) for public key authentication is read [string]
47
-
--mac-spec Sets \`ssh -m\`: A comma-separated list of MAC (message authentication code) algorithms, specified in order of preference [string]
48
-
-o, --option Sets \`ssh -o\`: Set options in the format used in the ssh configuration file. May be repeated [string]
49
-
--tag Sets \`ssh -P\`: Specify a tag name that may be used to select configuration in ssh_config [string]"
0 commit comments