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/get.md b/cli/latest/reference/emr/get.md index 5133985d1..b9258172b 100644 --- a//cli/latest/reference/emr/get.md +++ b//cli/latest/reference/emr/get.md @@ -15 +15 @@ - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) » @@ -70,0 +71 @@ A value for the variable Key Pair File can be set in the AWS CLI config file usi + [--ssh-options <value> [<value>...]] @@ -101,0 +103,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 + @@ -233 +236 @@ The following downloads the `hadoop-examples.jar` archive from the master instan - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) »