Ask HN: How do you provide SSH access to developers in your infrastructure
- different teams having access to only those boxes which belong to that team
- providing ssh access without hand smashing the server.
- revoking ssh access for someone as and when required.
Would also be interested to know of possible ways to do the above.
[+] [-] devm0de|6 years ago|reply
Has some quirks but might be useful for companies using ec2 instances.
[+] [-] verdverm|6 years ago|reply
I am still surprised that AWS has not created the same experience as GCP. the instance connect from the co-comment is an improvement, but requires install on each server and client, plus an extra step when you want to connect.
[+] [-] stephenr|6 years ago|reply
Use groups or a host attribute in ldap to manage access to specific servers or groups of servers.
Bonus: you can manage sudo access from ldap too.
[+] [-] vs4vijay|6 years ago|reply