From owner-freebsd-current Tue Aug 1 4:19:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by hub.freebsd.org (Postfix) with ESMTP id CF1B237BEFD for ; Tue, 1 Aug 2000 04:19:50 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from waterblue.imgsrc.co.jp (localhost [127.0.0.1]) by waterblue.imgsrc.co.jp (8.11.0/8.11.0) with ESMTP id e71BJkG13415 for ; Tue, 1 Aug 2000 20:19:47 +0900 (JST) Date: Tue, 01 Aug 2000 20:19:46 +0900 Message-ID: <7mn1ix2ppp.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Current Subject: ssh -2 -v displays debug messages when typed User-Agent: Wanderlust/1.1.1 (Purple Rain) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my -current environment, ssh -2 -v (Version 2 protocol with DSA, verbose mode) displays debug message to tty whenever I typed. If I use version 1 protocol, debug messages are not displayed after logged in to another system. Is this expected behaviour? ----- % ssh -2 -v localhost SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). ... (debug messages) Welcome to FreeBSD! % debug: channel 0: send data len 1 (typed 'd') ddebug: channel 0: send data len 1 (typed 'a') adebug: channel 0: send data len 1 (typed 't') tdebug: channel 0: send data len 1 (typed 'e') edebug: channel 0: send data len 1 (typed [Enter]) Tue Aug 1 20:17:00 JST 2000 % ----- -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message