Hacker News new | ask | show | jobs
by durzagott 4517 days ago
What if my automation tool uses SSH (ie, Ansible)?
1 comments

Someone else pointed this out too. The goal of the tip is really to stop users SSHing in just to fix that one little thing, so you could still allow your automation frameworks SSH access and just disable it for users (the idea is to disable in firewall, not turning off SSH on your server, that way you can still use it for emergencies). The idea worked well for me, but obviously isn't for everyone, YMMV.