cli/pkg/ansible
Snider 4ab6d33a5c fix(deploy): use known_hosts for SSH host key verification
Address CodeQL security alert by using the user's known_hosts file
for SSH host key verification when available. Falls back to accepting
any key only when known_hosts doesn't exist (common in containerized
or ephemeral environments).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 18:16:29 +00:00
..
executor.go fix(deploy): address linter warnings and build errors 2026-02-03 18:10:13 +00:00
modules.go fix(deploy): address linter warnings and build errors 2026-02-03 18:10:13 +00:00
parser.go feat(deploy): add pure-Go Ansible executor and Coolify API integration 2026-02-03 18:01:10 +00:00
ssh.go fix(deploy): use known_hosts for SSH host key verification 2026-02-03 18:16:29 +00:00
types.go style(deploy): fix gofmt formatting 2026-02-03 18:12:35 +00:00