AWS cli medium security documentation change
Summary
Added --ssh-options parameter for SSH configuration
Security assessment
Adds SSH security options like StrictHostKeyChecking and ConnectTimeout that directly impact host verification and connection security
Diff
diff --git a/cli/latest/reference/emr/socks.md b/cli/latest/reference/emr/socks.md index 446685252..f963b7cad 100644 --- a//cli/latest/reference/emr/socks.md +++ b//cli/latest/reference/emr/socks.md @@ -15 +15 @@ - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) » @@ -68,0 +69 @@ A value for the variable Key Pair File can be set in the AWS CLI config file usi + [--ssh-options <value> [<value>...]] @@ -95,0 +97,2 @@ A value for the variable Key Pair File can be set in the AWS CLI config file usi +`--ssh-options` (string) Additional SSH options passed directly to the ssh/scp command. Multiple options can be specified space-separated. Example: –ssh-options StrictHostKeyChecking=no ConnectTimeout=30 + @@ -229 +232 @@ The key pair file option takes a local path to a private key file. - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) »