SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-25 Thread Wu ShuKun
greeting! ssh connection failed by using a new version SSH to and old one. Below is the symptoms which on a same network. Connection is Okay with old version SSH %ssh -V OpenSSH_5.4p1 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 %ssh -v 10.41.172.19 OpenSSH_5.4p1 FreeBSD-20100308, OpenSSL 0.9.

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Mike Tancsa
On 3/26/2015 2:44 AM, Wu ShuKun wrote: OpenSSH_5.4p1 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 failed with Latest SSH: % ssh -V OpenSSH_6.6.1p1, OpenSSL 1.0.1l-freebsd 15 Jan 2015 Hi, The latest is 1.0.1m, no? }# ssh -V OpenSSH_6.6.1p1, OpenSSL 1.0.1m-freebsd 19 Mar 2015 What versi

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Mike Tancsa
On 3/26/2015 2:44 AM, Wu ShuKun wrote: greeting! ssh connection failed by using a new version SSH to and old one. Below is the symptoms which on a same network. Connection is Okay with old version SSH %ssh -V OpenSSH_5.4p1 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 OpenSSH_6.6.1p1, OpenS

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Wu ShuKun
Yep. I'm upgraded via freebsd-update. and I have no idea where i'm wrong either.:-[ Is it likely I have no luck in other words? 在 2015/03/26 22:16, Mike Tancsa 写道: > On 3/26/2015 2:44 AM, Wu ShuKun wrote: >> greeting! >> ssh connection failed by using a new version SSH to and old one. >> B

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/26/15 17:30, Wu ShuKun wrote: > Yep. I'm upgraded via freebsd-update. and I have no idea where > i'm wrong either.:-[ Is it likely I have no luck in other words? Can you try specifying -o "KexAlgorithms diffie-hellman-group-exchange-sha1" whe

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Wu ShuKun
Okay % ssh -v -o "KexAlgorithms diffie-hellman-group-exchange-sha1" 10.41.172.19 OpenSSH_6.6.1p1, OpenSSL 1.0.1l-freebsd 15 Jan 2015 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to 10.41.172.19 [10.41.172.19] port 22. debug1: Connection established. debug1: identity fil

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread 吴叔坤
all set are in base. and I’m using 10.1-RELEASE-p8 BTW > 在 2015年3月26日,下午6:12,Mike Tancsa 写道: > > On 3/26/2015 2:44 AM, Wu ShuKun wrote: > >> OpenSSH_5.4p1 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 >> failed with Latest SSH: >> % ssh -V >> OpenSSH_6.6.1p1, OpenSSL 1.0.1l-freebsd 15 Jan 2015 >

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Adam McDougall
On 03/26/2015 21:25, Wu ShuKun wrote: > Okay > % ssh -v -o "KexAlgorithms diffie-hellman-group-exchange-sha1" 10.41.172.19 > OpenSSH_6.6.1p1, OpenSSL 1.0.1l-freebsd 15 Jan 2015 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Connecting to 10.41.172.19 [10.41.172.19] port 22. > de