I've installed the openss* rpm's from metalab.unc.edu/pub/Linux/distributions/redhat/contrib/libc6/i386 on a redhat 6.2 system. sshd is running but refuses all connections from all hosts including localhost. The client reports debug: Connection established. ssh_exchange_identification: Connection closed by remote host debug: Calling cleanup 0x8056160(0x0) I can't slogin as myself on localhost, can't login as root (even though I've generated a key pair, and put it in root's .ssh/authorized_keys). What gives? -- Guy "Smiley" McArthur [email] guym at guymcarthur.com [home#] 520.326.4555 [work#] 520.881.8101
I think ssh adheres to /etc/hosts.allow and /etc/hosts.deny On Fri, 28 Apr 2000, Guy McArthur wrote:> I've installed the openss* rpm's from > metalab.unc.edu/pub/Linux/distributions/redhat/contrib/libc6/i386 > on a redhat 6.2 system. > > sshd is running but refuses all connections from all hosts including > localhost. The client reports debug: Connection established. > ssh_exchange_identification: Connection closed by remote host > debug: Calling cleanup 0x8056160(0x0) > > I can't slogin as myself on localhost, can't login as root (even though > I've generated a key pair, and put it in root's .ssh/authorized_keys). > > What gives? > -- > Guy "Smiley" McArthur > [email] guym at guymcarthur.com [home#] 520.326.4555 [work#] 520.881.8101 > > >
> I think ssh adheres to /etc/hosts.allow and /etc/hosts.deny >Okay, thanks a lot. Usually, only inetd spawned daemons use tcp wrappers, right? -- Guy "Smiley" McArthur [email] guym at guymcarthur.com [home#] 520.326.4555 [work#] 520.881.8101
No, you can compile them with libwrap.a regards, Forster //Date: Fri, 28 Apr 2000 12:46:56 -0700 (MST) //From: Guy McArthur <guym at guymcarthur.com> //To: Richard June <rjune at ims1.imagestream-is.com> //Cc: openssh-unix-dev at mindrot.org //Subject: Re: problem need help // //> I think ssh adheres to /etc/hosts.allow and /etc/hosts.deny //> //Okay, thanks a lot. Usually, only inetd spawned daemons use tcp wrappers, //right? //-- //Guy "Smiley" McArthur //[email] guym at guymcarthur.com [home#] 520.326.4555 [work#] 520.881.8101 // // //
no.. inetd uses TCPWrappers, so any program spawned by inetd gets that ability. On Fri, 28 Apr 2000, Guy McArthur wrote:> > I think ssh adheres to /etc/hosts.allow and /etc/hosts.deny > > > Okay, thanks a lot. Usually, only inetd spawned daemons use tcp wrappers, > right? > -- > Guy "Smiley" McArthur > [email] guym at guymcarthur.com [home#] 520.326.4555 [work#] 520.881.8101 >