Ask HN: Do you use SSH keys at work?
Hi HN! Do you login to SSH servers regularly at work? If so, what are you using to manage authentication?
- Teleport - ScaleFT - Raw SSH Keys + authorized_keys file - Something else?
Thanks!
- Teleport - ScaleFT - Raw SSH Keys + authorized_keys file - Something else?
Thanks!
3 comments
[ 2.5 ms ] story [ 16.0 ms ] threadDefinitely archaic in the era of Teleport (I looked at it, but decided against giving a third party control over my auth system), but it's pretty reliable and works well.
Also what makes you distrust teleport -- is it just third party code? I think you can (or have to) self host it but maybe that's not true for enterprise.
It's not specifically Teleport I distrust, it's most cloud-based software due to its often-woeful attention to security. Also, if we suffer a major internet outage and my systems lose connection, it shouldn't stop me SSH'ing into them. So long as my LDAP machines, on the same LAN, are up, I can get in.
I also dislike paying for something we could build ourselves for little-to-moderate effort :)