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:
@@ -28,6 +28,9 @@ The setup flow performs a controlled bootstrap across supported Linux distributi
|
||||
- Logging: colorized console + plain text log file
|
||||
- Entry point: `main "$@"`
|
||||
- Default operator assumption for setup access: `root / cdsi2012` unless explicitly overridden.
|
||||
- When the operator refers to `192.168.3.191`, treat it as the default ATVM target host.
|
||||
- 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 `root / cdsi2012` unless the operator explicitly provides different credentials.
|
||||
|
||||
## Mandatory Identity Gate
|
||||
Setup must not start unless operator explicitly provides both values:
|
||||
|
||||
Reference in New Issue
Block a user