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/put.md b/cli/latest/reference/emr/put.md index 19cb7bc15..76fc0faa5 100644 --- a//cli/latest/reference/emr/put.md +++ b//cli/latest/reference/emr/put.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 command uploads a file named `healthcheck.sh` to the master instan - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) »