KeyBox: A better way to SSH
sshkeybox.com
KeyBox: A better way to SSH
1–10 of 57 posts
Re: KeyBox: A better way to SSH
#2Re: KeyBox: A better way to SSH
#3So, fanterm[1] for the web. [1]: http://www.stearns.org/fanout/README.html
Re: KeyBox: A better way to SSH
#4Re: KeyBox: A better way to SSH
#5So, fanterm[1] for the web. [1]: http://www.stearns.org/fanout/README.html
Re: KeyBox: A better way to SSH
#6I wish people would just stop with these things. The appropriate way to be able to manage many users is called LDAP, it's been LDAP for decades and it's unlikely to change.
These days it's super easy to use SSH keys with LDAP, still using the standard openssh-lpk schema but now not requiring any patches to OpenSSH itself, just need to use the AuthorizedKeysCommand and an appropriate helper (which normally ships with distro).
By forgoing the above gateway style thing you now have central key management without a single point of compromise. Revoking a key is as simple as deleting it from LDAP or disabling that users account.
Re: KeyBox: A better way to SSH
#7Re: KeyBox: A better way to SSH
#8Single point of compromise. :( I wish people would just stop with these things. The appropriate way to be able to manage many users is called LDAP, it's been LDAP for decades and it's unlikely to change. These days it's super easy to use SSH keys with LDAP, still using the standard openssh-lpk schema but now not requiring any patches to OpenSSH itself, just need to use the AuthorizedKeysCommand and an appropriate hel…
Are there any articles that go in to detail on exactly how to do this?
Re: KeyBox: A better way to SSH
#9Re: KeyBox: A better way to SSH
#10Single point of compromise. :( I wish people would just stop with these things. The appropriate way to be able to manage many users is called LDAP, it's been LDAP for decades and it's unlikely to change. These days it's super easy to use SSH keys with LDAP, still using the standard openssh-lpk schema but now not requiring any patches to OpenSSH itself, just need to use the AuthorizedKeysCommand and an appropriate hel…
Yes you need to be careful with it, I ran it on an internal VM, with only 2 users who had access to the admin console.
I'd love to see something as simple to use as keybox based around LDAP, I've had a google and can't see anything.