So we are trying to lock down our systems to be accessed only by a few logical users (users on the Linux machines) but many physical users.
That is all the developers can login as user dev with their own SSH Key.
The question is how to manage the users public SSH keys so that they can easily add (or I the adminstrator can) to all the various systems.
Ideally this would be some SSL web interface similar to how github or bitbucket works where you can (or sys admin) can add your SSH key.
Is there admin software out there that makes this easy or do I have to roll my own?
I meant to post this question on ServerFault and I can't seem to close it here (not enough rep).