Re: OpenSSH server not working - connection closed

2005-08-18 Thread Dan Nicholson
DNS is not working 100% correctly on my server yet, and as a consequence, host name lookups do not work from the specific machine the sshd was started on. Using the default settings sshd does name resolution checks that will fail, so it may serve as a temporary solution to set UseDNS to no in s

Re: OpenSSH server not working - connection closed

2005-08-18 Thread Laszlo Ast
Hi, I think I faced the same (or a very similar) problem today. DNS is not working 100% correctly on my server yet, and as a consequence, host name lookups do not work from the specific machine the sshd was started on. Using the default settings sshd does name resolution checks that will fail

Re: OpenSSH server not working - connection closed

2005-08-17 Thread S. Anthony Sequeira
On Wed, August 17, 2005 9:12, S. Anthony Sequeira said: > I also had similar problems when my root directory permissions were > not 750. I suggest you check that, also /tmp's permissions. I meant root's HOME directory /root. -- Tony -- http://linuxfromscratch.org/mailman/listinfo/blfs-suppor

Re: OpenSSH server not working - connection closed

2005-08-17 Thread S. Anthony Sequeira
On Wed, August 17, 2005 1:37, Dan Nicholson said: [...] > If anyone has any other ideas why the server crashes at the > keyboard-interactive step, I'd like to hear them. A long shot here. I also had similar problems when my root directory permissions were not 750. I suggest you check that, also

Re: OpenSSH server not working - connection closed

2005-08-16 Thread Dan Nicholson
If you are able to, you could try rebuilding a kernel without IPv6 to see if it helps. Alternatively, other people in this situation might I did indeed recompile the kernel without IPv6, but I keep getting the same errors. I'm pretty stumped. However, I stopped getting the Bind to port 22

Re: OpenSSH server not working - connection closed

2005-08-16 Thread lfs-user
Dan Nicholson wrote: Hi, debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait

Re: OpenSSH server not working - connection closed

2005-08-16 Thread Declan Moriarty
Recently, Somebody Somewhere wrote these words > >Device Drivers Networking Support Networking Options The IPv6 > >protocol (EXPERIMENTAL) in the kernel's menuconfig. > > > > The thing is, IPv6 isn't selected in the default x86 config, so it > >looks as if you built it "just in case" (you say an IP

Re: OpenSSH server not working - connection closed

2005-08-15 Thread Ken Moffat
On Mon, 15 Aug 2005, Dan Nicholson wrote: > > And on the topics of defaults, I think I started from the FC3 config > which seems to add every possible piece of hardware from the last 20 > years. Is it true that entering make defconfig will give the default > configuration? > Seems likely, from

Re: OpenSSH server not working - connection closed

2005-08-15 Thread Dan Nicholson
Device Drivers Networking Support Networking Options The IPv6 protocol (EXPERIMENTAL) in the kernel's menuconfig. The thing is, IPv6 isn't selected in the default x86 config, so it looks as if you built it "just in case" (you say an IPv6 connection isn't going to happen). You're right ab

Re: OpenSSH server not working - connection closed

2005-08-15 Thread Ken Moffat
On Mon, 15 Aug 2005, Dan Nicholson wrote: > > Anyway, the server starts OK according to the bootscript, and it even > sits patiently under the daemon mode. Then I try to login and it > crashes with the message Connection closed by 67.160.78.67 before I can > attempt to enter a password or anythin

OpenSSH server not working - connection closed

2005-08-15 Thread Dan Nicholson
Hi, I installed openssh-4.1p1 from blfs-6.1, and I'm having trouble getting the server to work. I've used the book instructions except not with static openssl libs or kerberos. Also, I changed the CFLAG in Makefile from -mcpu=pentium to -march=pentium3. Maybe that's the problem, but seems