Re: non-commercial ssh-3.2.3, IRIX 6.5
From: Joachim Backes (backes_at_rhrk.uni-kl.de)
Date: 05/06/03
- Previous message: Simon Szeto: "sftp connection closed"
- In reply to: Patrick McNeil: "Re: non-commercial ssh-3.2.3, IRIX 6.5"
- Next in thread: Atro Tossavainen: "Re: non-commercial ssh-3.2.3, IRIX 6.5"
- Reply: Atro Tossavainen: "Re: non-commercial ssh-3.2.3, IRIX 6.5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 06 May 2003 07:37:36 +0200 (CEST) To: Patrick McNeil <patrick.mcneil@UMontreal.CA>
Hi, Patrick,
your advice was a ful hit. I compiled ssh-3.2.2 with "--without-ipv6"
and gcc (but not mipspro compiler). Now, ssh-3.2.2 client runs.
But when using mipspro-7.3.1.3m, ssh'ing to some target fails with
the following msg:
warning: Authentication failed.
Disconnected; key exchange or algorithm negotiation failed (Key exchange failed.).
Regards
Joachim Backes
-- Joachim Backes <backes@rhrk.uni-kl.de> | Univ. of Kaiserslautern Computer Center, High Performance Computing | Phone: +49-631-205-2438 D-67653 Kaiserslautern, PO Box 3049, Germany | Fax: +49-631-205-3056 ---------------------------------------------+------------------------ WWW: http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html On 05-May-2003 Patrick McNeil wrote: > Hello, > > I have tried something here and i have been able to duplicate your problem: it seems that the problem is > that changes have been made within Irix (compilation) as per ipv6. What i did: > > 1) Compiled ssh (always version 3.2.3) on an O2 32 bit (always O2, 32 bit) Mipspro 7.3.1.3m, Irix 6.5.18m. > No problems. > > 2) Compiled ssh, Mipspro 7.4, Irix 6.5.19m - while ssh'ing to somewhere, got the "warning: Connecting to > machine1 failed: TCP/IP Failure" message. > > 3) Re-installed the old ssh binaries already compiled in step 1, everything worked again. > > 4) re-compiled ssh, Mipspro 7.4, Irix 6.5.19m but specifying to configure "--without-ipv6" and everything > works again. > > Here is the whole configure option line i used: > > env CC=cc ./configure --enable-debug --without-ipv6 --enable-verbose-warnings > --with-ssh-connection-limit=100 --without-internal-ssh1-compat --without-ssh-agent1-compat > > I invite you to try this to see if it can solve your problem - i am assuming here that you do not want to > use ipv6 for now, of course. > > Good luck. > > Patrick McNeil > > > > On Mon, 05 May 2003 11:45:47 +0200 (CEST) > Joachim Backes <backes@rhrk.uni-kl.de> wrote: > > > > > On 25-Apr-2003 Atro Tossavainen wrote: > > > Joachim, > > > > > > I wrote earlier: > > > > > > > I ran "CC=cc ./configure" on 3.2.3 (IRIX64 6.5.17f, configure picks > > > > -n32) on a Fuel, 7.3.1.2 compilers) and can now confirm your results. :( > > > > > > > > I then compiled 3.2.2 in the exactly same manner. It doesn't work > > > > either. > > > > > > > > I'll post about non-64 results (IRIX 6.5.19f on O2) in a bit. > > > > > > No difference. I've filed a bug report with SSH Corp. > > > > > > I don't have the 3.2.0 source handy, and it's not there in ftp.ssh.com > > > anymore, either. If you have both, you could run a recursive diff and > > > see what changed between 3.2.0 (which you said works) and 3.2.2 (which > > > I can confirm doesn't). > > > > > > -- > > > Atro Tossavainen (Mr.) / The Institute of Biotechnology at > > > Systems Analyst, Techno-Amish & / the University of Helsinki, Finland, > > > +358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my > > > own.< URL : http : / / www . helsinki . fi / %7E atossava / > > > > > > > File attachments NOT welcome unless agreed to beforehand. > > > > Hi Atro, > > > > diff reports a lot of differences, so it is rather complicated to find the > > right source. > > > > I tried another method: using the "par" command which traces the system calls. > > It seams to be a problem of the socket(1) calls. I grepped all socket(1) > > calls: > > > > ------------------------------------------ > > ssh-3.2.0, which runs: > > par ssh2 o2000|grep socket > > 10mS[ 5] : open("/usr/local/lib/libsocket.so", O_RDONLY, > > 05) errno = 2 (No such file or di > > rectory) > > 10mS[ 5] : open("/usr/local/qt/libsocket.so", O_RDONLY, > > 05) errno = 2 (No such file or dir > > ectory) > > 10mS[ 5] : open("/usr/lib32/libsocket.so", O_RDONLY, 05) = > > 3 93mS[ 5] : socket(PF_INET, SOCK_STREAM, 0) = 3 > > 666mS[ 6] : socket(PF_INET, SOCK_STREAM, 0) = 4 > > > > -------------------------------------------- > > ssh-3.2.2, which fails: > > > > warning: Connecting to o2000 failed: TCP/IP Failure > > 8mS[ 7] : open("/usr/local/lib/libsocket.so", O_RDONLY, > > 05) errno = 2 (No such file or di > > rectory) > > 8mS[ 7] : open("/usr/local/qt/libsocket.so", O_RDONLY, > > 05) errno = 2 (No such file or dir > > ectory) > > 8mS[ 7] : open("/usr/lib32/libsocket.so", O_RDONLY, 05) = > > 3 > > 90mS[ 5] : socket(0x18, SOCK_DGRAM, 0) errno = 124 > > (Address family not supported by protoc > > ol family) > > 90mS[ 5] : socket(PF_INET, SOCK_DGRAM, 0) = 3 > > 91mS[ 5] : socket(0x18, SOCK_STREAM, 0) errno = 124 > > (Address family not supported by proto > > col family) > > 91mS[ 5] : socket(0x18, SOCK_STREAM, 0) errno = 124 > > (Address family not supported by proto > > col family) > > 91mS[ 5] : socket(0x18, SOCK_STREAM, 0) errno = 124 > > (Address family not supported by proto > > col family) > > 91mS[ 5] : socket(0x18, SOCK_STREAM, 0) errno = 124 > > (Address family not supported by proto > > col family) > > 91mS[ 5] : socket(0x18, SOCK_STREAM, 0) errno = 124 > > (Address family not supported by proto > > col family) > > > > ----------------------------------------------------------- > > > > Regards > > > > > > Joachim Backes > > > > -- > > > > Joachim Backes <backes@rhrk.uni-kl.de> | Univ. of Kaiserslautern > > Computer Center, High Performance Computing | Phone: +49-631-205-2438 > > D-67653 Kaiserslautern, PO Box 3049, Germany | Fax: +49-631-205-3056 > > ---------------------------------------------+------------------------ > > WWW: http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html > > > -- > Patrick McNeil Université de Montréal - DGTIC > PP, X-216 Téléphone: (514) 343-6111, poste 5247 > Courriel: Patrick.McNeil@umontreal.ca > Téléavertisseur: (514) 423-1081, > pageesibac@nyctale.daa.umontreal.ca
- Previous message: Simon Szeto: "sftp connection closed"
- In reply to: Patrick McNeil: "Re: non-commercial ssh-3.2.3, IRIX 6.5"
- Next in thread: Atro Tossavainen: "Re: non-commercial ssh-3.2.3, IRIX 6.5"
- Reply: Atro Tossavainen: "Re: non-commercial ssh-3.2.3, IRIX 6.5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|