Re: openssh sshd configuration issues

2005-12-07 Thread S. Anthony Sequeira
On Tue, December 6, 2005 21:36, Erik Garrison said: On 12/6/05, S. Anthony Sequeira [EMAIL PROTECTED] wrote: This has happened to me when the permissions of the root home directory were askew, so check your directory permissions. /root permissions are root:root drwxr-x--- would you suggest

Re: openssh sshd configuration issues

2005-12-07 Thread Roger Merchberger
Rumor has it that Erik Garrison may have mentioned these words: On 12/6/05, Dan Nicholson [EMAIL PROTECTED] wrote: [snipppage] but does in glibc-2.3.4. See this (at the bottom): http://www.linuxfromscratch.org/lfs/errata/6.1/ Confirmed, I have glibc-2.3.4, OpenSSH_4.1p1. I should've

Re: openssh sshd configuration issues

2005-12-07 Thread Erik Garrison
On 12/6/05, Dan Nicholson [EMAIL PROTECTED] wrote: On 12/6/05, Erik Garrison [EMAIL PROTECTED] wrote: Confirmed, I have glibc-2.3.4, OpenSSH_4.1p1. I should've read the errata before However, while turning off UseDNS does the trick, turning UseDNS back on and making the directory

Re: openssh sshd configuration issues

2005-12-07 Thread Steve Prior
Erik Garrison wrote: Well... Sign me up! How would I go about rebuilding glibc with the patch? If you're not too far into things you might consider building LFS 6.1.1 - it contains the patch you're looking for and some other fixes. If you use the LiveCD, wait for rel 6.1.1-2 (should just be

Re: openssh sshd configuration issues

2005-12-07 Thread Erik Garrison
On 12/7/05, Steve Prior [EMAIL PROTECTED] wrote: Erik Garrison wrote: Well... Sign me up! How would I go about rebuilding glibc with the patch? If you're not too far into things you might consider building LFS 6.1.1 - it contains the patch you're looking for and some other fixes. If you

Re: openssh sshd configuration issues

2005-12-07 Thread Dan Nicholson
On 12/7/05, Erik Garrison [EMAIL PROTECTED] wrote: On 12/6/05, Dan Nicholson [EMAIL PROTECTED] wrote: The real solution is to rebuild glibc with a patch, but you've gotta have experience or cajones to do it. If you're interested, I could tell you how to do it. It's not insane, but care

Re: openssh sshd configuration issues

2005-12-06 Thread S. Anthony Sequeira
On Tue, 2005-12-06 at 16:19 -0500, Erik Garrison wrote: $ ssh 127.0.0.1 Connection closed by 127.0.0.1 The same happens when I try to login from a remote server, so it's certainly not a local IP configureation issue. This has happened to me when the permissions of the root home directory

Re: openssh sshd configuration issues

2005-12-06 Thread Erik Garrison
On 12/6/05, Archaic [EMAIL PROTECTED] wrote: On Tue, Dec 06, 2005 at 04:19:15PM -0500, Erik Garrison wrote: I'm somewhat perplexed about the configuration issues that might be going on... The only helpful hints I've seen online have been to add the hosts.allow and hosts.deny files. Any

Re: openssh sshd configuration issues

2005-12-06 Thread Erik Garrison
On 12/6/05, S. Anthony Sequeira [EMAIL PROTECTED] wrote: On Tue, 2005-12-06 at 16:19 -0500, Erik Garrison wrote: $ ssh 127.0.0.1 Connection closed by 127.0.0.1 The same happens when I try to login from a remote server, so it's certainly not a local IP configureation issue. This has

Re: openssh sshd configuration issues

2005-12-06 Thread Erik Garrison
On 12/6/05, Erik Garrison [EMAIL PROTECTED] wrote: On 12/6/05, S. Anthony Sequeira [EMAIL PROTECTED] wrote: On Tue, 2005-12-06 at 16:19 -0500, Erik Garrison wrote: $ ssh 127.0.0.1 Connection closed by 127.0.0.1 The same happens when I try to login from a remote server, so it's

Re: openssh sshd configuration issues

2005-12-06 Thread Roger Merchberger
At 04:19 PM 12/6/2005 -0500, Erik Garrison wrote: I've been trying to configure my openssh server for the past hour or so. I'm running LFS 6.1. I have installed iptables, but made sure to open port 22 for ssh. I get: $ ssh http://127.0.0.1127.0.0.1 Connection closed by

Re: openssh sshd configuration issues

2005-12-06 Thread Dan Nicholson
On 12/6/05, Erik Garrison [EMAIL PROTECTED] wrote: I've been trying to configure my openssh server for the past hour or so. I'm running LFS 6.1. I have installed iptables, but made sure to open port 22 for ssh. Your using LFS 6.1? What version of glibc and openssh do you have? Could you run

Re: openssh sshd configuration issues

2005-12-06 Thread Erik Garrison
On 12/6/05, Dan Nicholson [EMAIL PROTECTED] wrote: On 12/6/05, Roger Merchberger [EMAIL PROTECTED] wrote: I just went thru this, and googled my brains out for 2-3 days before finally manually searching the BLFS-support archives and finding the answer... Turn off DNS access in the

Re: openssh sshd configuration issues

2005-12-06 Thread Dan Nicholson
On 12/6/05, Erik Garrison [EMAIL PROTECTED] wrote: Confirmed, I have glibc-2.3.4, OpenSSH_4.1p1. I should've read the errata before However, while turning off UseDNS does the trick, turning UseDNS back on and making the directory /var/lib/sshd/lib does not work. The crash returns exactly