Hi,
Yes, you would only need to install openssh server on the OpenLDAP server if you want your users to connect to this server via ssh.
Cheers! -- Dan
On Tue, May 7, 2013 at 9:42 AM, Stuart Watson strtwtsn@gmail.com wrote:
At the moment this is still in the planning stage. It's all Ubuntu 10.04 LTS onwards.
Is it possible to do this without install openssh server on the OpenLDAP server?
On Tue, May 7, 2013 at 3:26 PM, Kwame Bahena informatux@gmail.com wrote:
Hi,
Your plan sounds accurate:
- Yes
- Yes
- If you want your users to connect to the OpenLDAP server via ssh, then
yes, you need to install ssh server on that box 4. Yes
What have you done so far? Which distro are you using?
Cheers!
Dan
On Tue, May 7, 2013 at 4:21 AM, Stuart Watson strtwtsn@gmail.com wrote:
Hi
I am looking at creating a SSH gateway using OpenLDAP. The idea is to store our devs public keys in OpenLdap, which would give us the ability to control who has SSH access to our servers.
Currently everyone shares the same key which means it is impossible to control access.
Do I just need to...
Install OpenLDAP Import the public keys into OpenLDAP Install OpenSSH Server on the OpenLDAP server and configure it to use LDAP. Configutre the remote servers to use the OpenLDAP servers to authenticate
The the devs can ssh from their computers through the OpenLDAP server to the remote servers.
Can anyone help?
Thanks