Richard Braun writes: > On Tue, Jul 02, 2013 at 11:23:15PM +0300, Lluís wrote: >> Dammit! Turns out ssh takes the first "LogLevel" line, not the last one >> (where I >> enabled debug). Here's with DEBUG3, although there's not much more relevant >> (to >> me) information:
> What about the client ? Sure thing (Hurd is started by qemu redirecting host's port 2222 to the guest's port 22): $ ssh -vvvv root@localhost -p 2222 [...] root@localhost's password: debug3: packet_send2: adding 64 (len 49 padlen 15 extra_pad 64) debug2: we sent a password packet, wait for reply debug1: Enabling compression at level 6. debug1: Authentication succeeded (password). Authenticated to localhost ([127.0.0.1]:2222). debug1: channel 0: new [client-session] debug3: ssh_session2_open: channel_new: 0 debug2: channel 0: send open debug1: Requesting [email protected] debug1: Entering interactive session. debug1: channel 0: free: client-session, nchannels 1 debug3: channel 0: status: The following connections are open: #0 client-session (t3 r-1 i0/0 o0/0 fd 4/5 cc -1) Connection to localhost closed by remote host. Connection to localhost closed. Transferred: sent 2644, received 1984 bytes, in 0.1 seconds Bytes per second: sent 43717.7, received 32804.8 debug1: Exit status -1 debug1: compress outgoing: raw data 91, compressed 84, factor 0.92 debug1: compress incoming: raw data 0, compressed 0, factor 0.00 [Exit 255 ] Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that much richer." -- The Princess of Pure Reason, as told by Norton Juster in The Phantom Tollbooth -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

