View previous topic :: View next topic |
Author |
Message |
mystified l33t
Joined: 14 Feb 2004 Posts: 771
|
Posted: Thu May 04, 2006 9:36 pm Post subject: sshd |
|
|
I just went to a WEP network and for some reason this has affected sshd.
Here is the error I'm getting.
Code: | gentoo mystified # /etc/init.d/sshd restart
* Stopping sshd ... [ ok ]
ldap_simple_bind_s(): Can't contact LDAP server (-1)
[LDAP] could not initialize ldap connection
* Starting sshd ...
ldap_simple_bind_s(): Can't contact LDAP server (-1)
[LDAP] could not initialize ldap connection |
Thanks! |
|
Back to top |
|
|
Cerberos86 Guru
Joined: 13 Dec 2003 Posts: 581 Location: Padova
|
Posted: Thu May 04, 2006 9:44 pm Post subject: |
|
|
try a
Code: | /etc/init.d/slapd start |
first.... If it works add it to runlevel default... _________________ Account jabber: cerberos@jabber.org
"I'm using the hand..." ~ Guybrush Threepwood ~ |
|
Back to top |
|
|
mystified l33t
Joined: 14 Feb 2004 Posts: 771
|
Posted: Thu May 04, 2006 10:00 pm Post subject: |
|
|
That did the trick. Thanks so much for the quick reply. |
|
Back to top |
|
|
mystified l33t
Joined: 14 Feb 2004 Posts: 771
|
Posted: Thu May 04, 2006 11:09 pm Post subject: |
|
|
ouchie. Only one problem. My cpu is running at full speed. |
|
Back to top |
|
|
jpnag Tux's lil' helper
Joined: 04 Apr 2005 Posts: 113 Location: Portugal/Oporto
|
Posted: Sat May 06, 2006 2:26 am Post subject: |
|
|
Worked out here as well however my CPU load is normal... _________________ Never argue with an idiot, we will drag you down to his level and beat you up with experience! |
|
Back to top |
|
|
GetCool Guru
Joined: 23 Nov 2003 Posts: 324 Location: Madison, Wisconsin
|
Posted: Sat May 06, 2006 2:42 am Post subject: |
|
|
mystified wrote: | ouchie. Only one problem. My cpu is running at full speed. |
All the time? |
|
Back to top |
|
|
mystified l33t
Joined: 14 Feb 2004 Posts: 771
|
Posted: Sat May 06, 2006 9:57 pm Post subject: |
|
|
Yes all the time. I have to shut it down. |
|
Back to top |
|
|
cdkoresko n00b
Joined: 23 Mar 2006 Posts: 3
|
Posted: Wed Sep 06, 2006 8:03 pm Post subject: Fixed this by editing /etc/sshd_config |
|
|
It turns out that (from looking at the sshd manpage) sshd can use an ldap server to get public keys. If you don't need this, you can turn it off by changing
UseLPK yes
to
UseLPK no
in /etc/sshd_config. I did that, and did /etc/init.d/sshd restart, and my sshd came up almost instantly. |
|
Back to top |
|
|
|