Hi list, I'm not sure whether this (see below) is a "bug" or a feature but as I cannot find any information on this neither in the INSTALL file nor via ./configure --help or somewhere else, I would like to ask you whether there is an answer to my question. Thanx a lot & kind regards - have a nice day, B. Courtin Question: --------- I lately updatet from OpenSSH 3.0.1p1 to OpenSSH 3.3p1 by compiling the sources on my solaris 2.8 box with gcc. Everything works fine exept one thing that sort of annoys me: When ssh'ing (or scp'ing) a host I get debug output even when I haven't specified the "-v" option (see below). What causes this behaviour resp. how can I stop ssh behave this way. Recompile with some other config option? (btw: I used "./configure --prefix=/opt/OpenSSH --sysconfdir=/etc/ssh") I appreciate your feedback. x at y # /opt/OpenSSH/bin/ssh -l root somehost debug: Forwarding authentication connection. debug: channel 0: new [authentication agent connection] debug: channel 0: OUTPUT_OPEN -> OUTPUT_WAIT_DRAIN [rvcd IEOF] debug: channel 0: OUTPUT_WAIT_DRAIN -> OUTPUT_CLOSED [obuf empty, send OCLOSE] debug: channel 0: shutdown_write debug: channel 0: INPUT_OPEN -> INPUT_WAIT_DRAIN [read failed] debug: channel 0: shutdown_read debug: channel 0: INPUT_WAIT_DRAIN -> INPUT_WAIT_OCLOSE [inbuf empty, send IEOF] debug: channel 0: INPUT_WAIT_OCLOSE -> INPUT_CLOSED [rcvd OCLOSE] debug: channel 0: full closed Last login: Wed Jun 26 10:43:51 2002 from antherhost Sun Microsystems Inc. SunOS 5.8 Generic February 2000 # ------------------------------------- ./configure reportet: Host: sparc-sun-solaris2.8 Compiler: gcc Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized Preprocessor flags: -I/usr/local/include Linker flags: -L/usr/local/lib -R/usr/local/lib Libraries: -lz -lsocket -lnsl -lcrypto -------------------------------------
I compiled 3.3p1 yesterday and no problem.... Check the following ssh/slogin is not aliased to something like alias ssh='ssh -v' check setup of your .ssh/config check setup of the global /etc/ssh/ssh_config hope this may help> > I'm not sure whether this (see below) is a "bug" or a feature but as I cannot find any information on this neither in the INSTALL file nor via ./configure --help or somewhere else, I would like to ask you whether there is an answer to my question. > > Thanx a lot & kind regards - have a nice day, > B. Courtin > > > Question: > --------- > I lately updatet from OpenSSH 3.0.1p1 to OpenSSH 3.3p1 by compiling the sources on my solaris 2.8 box with gcc. Everything works fine exept one thing that sort of annoys me: When ssh'ing (or scp'ing) a host I get debug output even when I haven't specified the "-v" option (see below). What causes this behaviour resp. how can I stop ssh behave this way. Recompile with some other config option? (btw: I used "./configure --prefix=/opt/OpenSSH --sysconfdir=/etc/ssh") > > I appreciate your feedback. > > x at y # /opt/OpenSSH/bin/ssh -l root somehost > debug: Forwarding authentication connection. > debug: channel 0: new [authentication agent connection] > debug: channel 0: OUTPUT_OPEN -> OUTPUT_WAIT_DRAIN [rvcd IEOF] > debug: channel 0: OUTPUT_WAIT_DRAIN -> OUTPUT_CLOSED [obuf empty, send OCLOSE] > debug: channel 0: shutdown_write > debug: channel 0: INPUT_OPEN -> INPUT_WAIT_DRAIN [read failed] > debug: channel 0: shutdown_read > debug: channel 0: INPUT_WAIT_DRAIN -> INPUT_WAIT_OCLOSE [inbuf empty, send IEOF] > debug: channel 0: INPUT_WAIT_OCLOSE -> INPUT_CLOSED [rcvd OCLOSE] > debug: channel 0: full closed > Last login: Wed Jun 26 10:43:51 2002 from antherhost > Sun Microsystems Inc. SunOS 5.8 Generic February 2000 > # > > > ------------------------------------- > > ./configure reportet: > > Host: sparc-sun-solaris2.8 > Compiler: gcc > Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized > Preprocessor flags: -I/usr/local/include > Linker flags: -L/usr/local/lib -R/usr/local/lib > Libraries: -lz -lsocket -lnsl -lcrypto > > ------------------------------------- > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev--- End of b.courtin at t-online.net's quote --- -- Kind regards, Luc Suryo
Hi, thank you for your feedback - it was something different: I stopped the parent process of my current running ssh-session and additionaly replaced everything in /opt/OpenSSH where all the old stuff (OpenSSH 3.0.1.p1) used to reside after compiling the sources for v 3.3p1. After then doing a 'ssh' to a remote host, e.g. committing this command from my still runnig old ssh session I created with OpenSSH 3.0.1.p1 and after replacing all stuff in /opt/OpenSSH to v 3.3, the behaviour described below occoured. After terminating my old session and opening a new one, everything was find and ssh'ing remote hosts didn't print debug messages without specifying the Option "-v". Hope this information helps anyone who faces a similar probelm... Kind regards, B. Courtin -----Original Message----- From: Luc I. Suryo [mailto:luc at suryo.com] Sent: Wednesday, June 26, 2002 2:34 PM To: Courtin Bert Cc: openssh-unix-dev at mindrot.org Subject: Re: debug output when ssh'ing a remote host I compiled 3.3p1 yesterday and no problem.... Check the following ssh/slogin is not aliased to something like alias ssh='ssh -v' check setup of your .ssh/config check setup of the global /etc/ssh/ssh_config hope this may help> > I'm not sure whether this (see below) is a "bug" or a feature but as I cannot find any information on this neither in the INSTALL file nor via ./configure --help or somewhere else, I would like to ask you whether there is an answer to my question. > > Thanx a lot & kind regards - have a nice day, > B. Courtin > > > Question: > --------- > I lately updatet from OpenSSH 3.0.1p1 to OpenSSH 3.3p1 by compiling the sources on my solaris 2.8 box with gcc. Everything works fine exept one thing that sort of annoys me: When ssh'ing (or scp'ing) a host I get debug output even when I haven't specified the "-v" option (see below). What causes this behaviour resp. how can I stop ssh behave this way. Recompile with some other config option? (btw: I used "./configure --prefix=/opt/OpenSSH --sysconfdir=/etc/ssh") > > I appreciate your feedback. > > x at y # /opt/OpenSSH/bin/ssh -l root somehost > debug: Forwarding authentication connection. > debug: channel 0: new [authentication agent connection] > debug: channel 0: OUTPUT_OPEN -> OUTPUT_WAIT_DRAIN [rvcd IEOF] > debug: channel 0: OUTPUT_WAIT_DRAIN -> OUTPUT_CLOSED [obuf empty, send OCLOSE] > debug: channel 0: shutdown_write > debug: channel 0: INPUT_OPEN -> INPUT_WAIT_DRAIN [read failed] > debug: channel 0: shutdown_read > debug: channel 0: INPUT_WAIT_DRAIN -> INPUT_WAIT_OCLOSE [inbuf empty, send IEOF] > debug: channel 0: INPUT_WAIT_OCLOSE -> INPUT_CLOSED [rcvd OCLOSE] > debug: channel 0: full closed > Last login: Wed Jun 26 10:43:51 2002 from antherhost > Sun Microsystems Inc. SunOS 5.8 Generic February 2000 > # > > > ------------------------------------- > > ./configure reportet: > > Host: sparc-sun-solaris2.8 > Compiler: gcc > Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized > Preprocessor flags: -I/usr/local/include > Linker flags: -L/usr/local/lib -R/usr/local/lib > Libraries: -lz -lsocket -lnsl -lcrypto > > ------------------------------------- > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev--- End of b.courtin at t-online.net's quote --- -- Kind regards, Luc Suryo