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/ssh.md b/cli/latest/reference/emr/ssh.md index 84cd4ca79..7cde68ecf 100644 --- a//cli/latest/reference/emr/ssh.md +++ b//cli/latest/reference/emr/ssh.md @@ -15 +15 @@ - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) » @@ -69,0 +70 @@ A value for the variable Key Pair File can be set in the AWS CLI config file usi + [--ssh-options <value> [<value>...]] @@ -98,0 +100,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 + @@ -264 +267 @@ Output: - * [AWS CLI 2.35.1 Command Reference](../../index.html) » + * [AWS CLI 2.35.3 Command Reference](../../index.html) »