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 <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message