cli/docs
Snider c9678fc04a Secure SSH and TLS connections, and fix CI issues
Addresses security concerns from OWASP audit and CodeQL by enforcing strict
host key verification and TLS certificate verification.

Security Changes:
- Enforced strict SSH host key checking in pkg/container and devops.
- Removed insecure SSH host key verification from pkg/ansible.
- Added synchronous host key discovery during VM boot using ssh-keyscan.
- Updated UniFi client to enforce TLS certificate verification by default.
- Added --insecure flag and config option for UniFi to allow opt-in to
  skipping TLS verification for self-signed certificates.

CI and Maintenance:
- Fixed auto-merge workflow by providing repository context to 'gh' command.
- Resolved merge conflicts in .github/workflows/auto-merge.yml.
- Added unit tests for secured Ansible SSH client.
- Fixed formatting issues identified by QA checks.
2026-02-05 03:48:42 +00:00
..
cmd docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
examples docs: add SDK configuration example 2026-01-29 01:24:41 +00:00
pkg feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
skill docs: add Claude Code skill installation guide 2026-01-29 15:10:25 +00:00
configuration.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
getting-started.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
glossary.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
index.md Secure SSH and TLS connections, and fix CI issues 2026-02-05 03:48:42 +00:00
migration.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
troubleshooting.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
workflows.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00