Yes, it's an Ubuntu 12.04 system...This is the walkthrough I have been following.
http://tuxotaku.com/bitbucket/2011/12/20/setting-up-passwordless-ssh-login-and-key-management-using-l.html I get as far as the end of this, and try to SSH to the box, and I get invalid user in the SSH logs..... On Tue, May 14, 2013 at 2:54 PM, Dan White <[email protected]> wrote: > On 05/14/13 11:19 +0100, Stuart Watson wrote: > >> Hi >> >> I have created an ec2 instance and have installed openldap and setup >> openldap to use OpenSSH. However I cannot ssh from a remote pc, to the >> openldap server, I just get invalid user, although the username is the >> same >> that I have specified in openldap. >> > > Assuming this is a Linux system, use the following to trouble shoot: > > getent passwd <user> (verifies your nss ldap plugin) > pamtester (verifies your pam module) > ldapsearch (basic data verification) > > See Chapter 21.3 of the OpenLDAP Admin Guide for documentation on how to > capture logging information on the server. > > Find documentation and a mailing list for the nss and pam modules you are > using, as that is the most common misconfiguration in my experience. > > -- > Dan White >
