cron@feddit.org to Sysadmin@lemmy.worldEnglish · edit-22 days agoSysadmins, how do you store and manage passwords?message-squaremessage-square56fedilinkarrow-up152arrow-down11file-text
arrow-up151arrow-down1message-squareSysadmins, how do you store and manage passwords?cron@feddit.org to Sysadmin@lemmy.worldEnglish · edit-22 days agomessage-square56fedilinkfile-text
From a simple KeePass database to enterprise credential management solutions—what’s your setup at work?
minus-squarejplee@lemmy.worldlinkfedilinkarrow-up6·2 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-squaredb0@lemmy.dbzer0.comlinkfedilinkarrow-up4·2 days agoHow do you do your pubkey deployments? If you use ansible, it should be simple enough.
minus-squarecron@feddit.orgOPlinkfedilinkarrow-up4·edit-22 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-squareag10n@lemmy.worldlinkfedilinkarrow-up3·2 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/