Score:0

Better alternatives to standard SSH key management

cn flag

Is there an open source or commercial product or service that can offer ssh login to linux servers without having to manually manage and deploy SSH keys, or at least to do it in more automated manner.

in flag
Requests for product, service, or learning material recommendations are off-topic
in flag
There are already lots and lots of questions about SSH key management on this site an several solutions are presented there.
Score:3
us flag
Rob

OpenSSH has little know feature called the AuthorizedKeysCommand which allows you to configure your sshd daemon to run a specific help program to retrieve the public keys that you would normally store and deploy in a users ˜/.ssh/authorized_keys file.

That helper program can for example query a database server, a LDAP server or whatever else might be suitable for your purposes.

That avoids the common alternatives of using configuration management tooling to deploy keys to ˜/.ssh/authorized_keys files or to mount network shares with (administrator/user) home directories containing ˜/.ssh/authorized_keys files.

See this Q&A for an LDAP example: SSH key authentication using LDAP

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.