Date: Tue, 01 Aug 2000 20:19:46 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Current <FreeBSD-current@FreeBSD.org> Subject: ssh -2 -v displays debug messages when typed Message-ID: <7mn1ix2ppp.wl@waterblue.imgsrc.co.jp>
next in thread | raw e-mail | index | archive | help
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 <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
<kuriyama@FreeBSD.org> // FreeBSD Project
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mn1ix2ppp.wl>
