ginojohn / ganymed-ssh-2

Automatically exported from code.google.com/p/ganymed-ssh-2
Other
0 stars 0 forks source link

Noisy logging output #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using build260.

Calling connect() method on Connection, produces the following noisy output:

Feb 14, 2013 7:12:32 PM ch.ethz.ssh2.log.Logger info
INFO: kex_algo=diffie-hellman-group14-sha1
Feb 14, 2013 7:12:32 PM ch.ethz.ssh2.log.Logger info
INFO: server_host_key_algo=ssh-dss
Feb 14, 2013 7:12:32 PM ch.ethz.ssh2.log.Logger info
INFO: enc_algo_client_to_server=aes128-ctr
Feb 14, 2013 7:12:32 PM ch.ethz.ssh2.log.Logger info
INFO: enc_algo_server_to_client=aes128-ctr
Feb 14, 2013 7:12:32 PM ch.ethz.ssh2.log.Logger info
INFO: mac_algo_client_to_server=hmac-sha1-96
Feb 14, 2013 7:12:32 PM ch.ethz.ssh2.log.Logger info
INFO: mac_algo_server_to_client=hmac-sha1-96
Feb 14, 2013 7:12:32 PM ch.ethz.ssh2.log.Logger info
INFO: comp_algo_client_to_server=none
Feb 14, 2013 7:12:32 PM ch.ethz.ssh2.log.Logger info
INFO: comp_algo_server_to_client=none

Similarly calling close() on the connection produces:

WARNING: Receive thread: error in receiveLoop: Socket closed

Original issue reported on code.google.com by andrzej....@gmail.com on 15 Feb 2013 at 2:17

GoogleCodeExporter commented 8 years ago
Fixed in SVN

Original comment by cleondris on 1 Aug 2013 at 12:42