Document default SSH handling for 192.168.3.191

Add guide rules that treat 192.168.3.191 as the default ATVM target host.

For that IP, default SSH access now assumes root/cdsi2012 credentials and ignores host key mismatch with StrictHostKeyChecking=no and UserKnownHostsFile=/dev/null.

Update ATVM setup, automation, and ESX/vCenter guides so future runs use the same default behavior consistently.
This commit is contained in:
2026-03-20 21:17:01 -04:00
parent eb2ab44e86
commit 30d6764dbc
4 changed files with 13 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ Run ATVM CMC automation tests on the designated automation VM without unintended
- IP: `192.168.3.190`
- Credentials: `root / atvmcdsi2012`
## ATVM Target Host Default
- Treat `192.168.3.191` as the default ATVM target host reference.
- For SSH to `192.168.3.191`, ignore host key mismatch by default with `-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null`.
- For SSH to `192.168.3.191`, use default credentials `root / cdsi2012` unless the operator explicitly overrides them.
## Operating Constraints
- Run only scripts/commands explicitly requested.
- Do not make manual system configuration changes on the client.