Platform

  • Ansible Automation Platform,  Platform

    Hardening ssh connections to managed hosts with Ansible Automation Platform

    Ansible Automation Platform (AAP), as a platform for implementing enterprise-wide automation, is a central point in many organizations. From there, AAP can access any host for automation purposes. Security has many layers (see Zero Trust architecture), and this article focuses on one specific security layer: mitigate the ssh base attacks on managed hosts. We cannot eliminate all the security risks, but we can harden our managed hosts for eliminating some of them (brute force attack), and mitigating others (allowing ssh connections only from authorized hosts, setting up sudo password). Although this article’ s use case is around AAP, most of the hardening configuration is applied to the managed hosts (editing…