@cron@feddit.org to Sysadmin@lemmy.worldEnglish • edit-214 days agoSysadmins, how do you store and manage passwords?message-square58fedilinkarrow-up154arrow-down11file-text
arrow-up153arrow-down1message-squareSysadmins, how do you store and manage passwords?@cron@feddit.org to Sysadmin@lemmy.worldEnglish • edit-214 days agomessage-square58fedilinkfile-text
From a simple KeePass database to enterprise credential management solutions—what’s your setup at work?
minus-square@jplee@lemmy.worldlinkfedilink6•14 days agoAs an admin for a Linux server, I want to institute a ssh pub key expiration policy for all the users and enforce non-reuse of old keys. Does anyone have a best solution for this?
minus-squaredb0linkfedilink4•14 days agoHow do you do your pubkey deployments? If you use ansible, it should be simple enough.
minus-square@cron@feddit.orgOPlinkfedilink4•edit-214 days agoSounds like certificates to me, but I don’t know of any such solution Edit: I found out that openssh allows the logon with a certificate. This guide shows how to setup a public key that expires after 52 weeks.
minus-square@ag10n@lemmy.worldlinkfedilink3•14 days agohttps://smallstep.com/docs/tutorials/ssh-certificate-login/ https://sssd.io/
As an admin for a Linux server, I want to institute a ssh pub key expiration policy for all the users and enforce non-reuse of old keys. Does anyone have a best solution for this?
How do you do your pubkey deployments? If you use ansible, it should be simple enough.
Sounds like certificates to me, but I don’t know of any such solution
Edit: I found out that openssh allows the logon with a certificate. This guide shows how to setup a public key that expires after 52 weeks.
https://smallstep.com/docs/tutorials/ssh-certificate-login/
https://sssd.io/