On Aug 29, 2005, at 8:35 AM, Jose L. Hales-Garcia wrote:
On Jul 17, 2005, at 7:44 PM, Chad Morris wrote:
I need my users to be able to connect to my OD Master via SSH.
The users are in the LDAP directory. Is this possible?
I would just add that you should secure your server against SSH
brute force probes. There is a great deal of it going on. On
server product root has a shell and by default SSH is configured
to allow remote root access. I highly recommend turning this
behavior off. It can be done using the firewall or with other
products like snort. But the quick way is to set PermitRootLogin
to no in file /etc/sshd_config.
...and then you'll completely clobber the ability the ability for
OD replicas to sync. Fine in some cases, of course, but catches
others by surprise.