Re: [gentoo-user] ssh hanging ... why?

2013-09-18 Thread Stefan G. Weichinger
Am 18.09.2013 11:53, schrieb Stefan G. Weichinger: Rebuilt openssh already. Maybe I should downgrade for testing ... The problematic box: net-misc/openssh-6.2_p2-r4 The working box: net-misc/openssh-5.9_p1-r4 Yep. Downgrading works for me.

Re: [gentoo-user] ssh hanging ... why?

2013-09-18 Thread Joe Nyland
On 18 Sep 2013, at 10:55, Stefan G. Weichinger li...@xunil.at wrote: Am 18.09.2013 11:53, schrieb Stefan G. Weichinger: Rebuilt openssh already. Maybe I should downgrade for testing ... The problematic box: net-misc/openssh-6.2_p2-r4 The working box: net-misc/openssh-5.9_p1-r4 Yep.

Re: [gentoo-user] ssh hanging ... why?

2013-09-18 Thread Stefan G. Weichinger
Am 18.09.2013 19:47, schrieb Joe Nyland: Not sure why a downgraded openssh would improve things for you if this is the issue, however I faced the same issue as yourself and it was caused by mDNS trying to do a reverse lookup on the host connecting in to the affected server, ultimately causing

Re: [gentoo-user] ssh hanging ... why?

2013-09-18 Thread Stefan G. Weichinger
Am 18.09.2013 20:03, schrieb Shawn Wilson: Since the downgrade fixed your issue idk... but, what does your authorized_keys look like? Also, move or chmod 0 your config to make sure nothing funny is happening there. authorized_keys looks very OK ... only my 2 keys in there ... untouched for

Re: [gentoo-user] ssh hanging ... why?

2013-09-18 Thread Shawn Wilson
Since the downgrade fixed your issue idk... but, what does your authorized_keys look like? Also, move or chmod 0 your config to make sure nothing funny is happening there. Stefan G. Weichinger li...@xunil.at wrote: Am 18.09.2013 19:47, schrieb Joe Nyland: Not sure why a downgraded openssh

Re: [gentoo-user] ssh hanging ... why?

2013-09-18 Thread Shawn Wilson
I was saying to chmod 000 it so that you're not picking up (possibly strange?) options. Stefan G. Weichinger li...@xunil.at wrote: Am 18.09.2013 20:03, schrieb Shawn Wilson: Since the downgrade fixed your issue idk... but, what does your authorized_keys look like? Also, move or chmod 0 your

Re: [gentoo-user] ssh hanging ... why?

2013-09-18 Thread Stefan G. Weichinger
Am 18.09.2013 21:01, schrieb Shawn Wilson: I was saying to chmod 000 it so that you're not picking up (possibly strange?) options. and it is still readable then? never tried 000.

Re: [gentoo-user] ssh hanging ... why?

2013-09-18 Thread shawn wilson
did chmod 0600 now. You just made it read+writable by just you - you're running ssh by you, right? I referred to the man page because I thought there would be something I could just quote and learned something Omitted digits are assumed to be leading zeros. which makes sense, as I intuitively