Hello, I recently implemented SSH 2.0.13 on an AIX 4.3.2 box that was previously running SSH 1.2.26. I've configured ssh1 compatibility for now - and it is working fine. However, in my syslog, all the ssh1 related messages appear to be in debug mode (example below), they never were previous to this. For what its worth, I did this same procedure last week on my test-bed box (same OS level, same versions of SSH) and this is not happening - I get the non-debug (brief) messages for both SSH1 and SSH2. Also, in case it matters, the way I implemented it on the box in question was to copy the binaries, etc from the test-bed box - i.e. I did not configure/make install on this box, whereas I did on the first. Any clues as to why this is occurring or how to stop it would be greatly appreciated, as its adding unnecesary bulk to my logs, as well as making initial connection sequence via SSH1 very slow. Thanks in advance, Erin Michaud ************ Server in question's SSH version 1 logs (edited for privacy): Mar 29 08:27:42 host1 sshd[55618]: debug: sshd version 1.2.26 [powerpc-ibm-aix4.3.2.0] Mar 29 08:27:42 host1 sshd[55618]: debug: Initializing random number generator; seed file /etc/ssh_random_seed Mar 29 08:27:42 host1 sshd[55618]: debug: inetd sockets after dupping: 6, 7 Mar 29 08:27:42 host1 sshd[55618]: log: Generating 768 bit RSA key. Mar 29 08:27:47 host1 sshd[55618]: log: RSA key generation complete. Mar 29 08:27:47 host1 sshd[55618]: log: Connection from xxx.xxx.xxx.xxx port 1063 Mar 29 08:27:47 host1 sshd[55618]: debug: Client protocol version 1.5; client software version 1.0 Mar 29 08:27:47 host1 sshd[55618]: debug: Sent 768 bit public key and 1024 bit host key. Mar 29 08:27:47 host1 sshd[55618]: debug: Encryption type: 3des Mar 29 08:27:48 host1 sshd[55618]: debug: Received session key; encryption turned on. Mar 29 08:27:51 host1 sshd[55618]: debug: Installing crc compensation attack detector. Mar 29 08:27:51 host1 sshd[55618]: debug: Attempting authentication for user1. Mar 29 08:27:53 host1 sshd[55618]: log: Password authentication for user1 accepted. Mar 29 08:27:53 host1 sshd[55618]: debug: Allocating pty. Mar 29 08:27:53 host1 sshd[55618]: debug: Ignoring unsupported tty mode opcode 13 (0xd) Mar 29 08:27:53 host1 sshd[55618]: debug: Forking shell. Mar 29 08:27:53 host1 sshd[55618]: debug: Entering interactive session. Same server, SSHD2 logs: Mar 29 17:03:29 host1 sshd2[67358]: connection from "xxx.xxx.xxx.xxx" Mar 29 17:03:34 host1 sshd2[149190]: User user1's local password accepted. Mar 29 17:03:34 host1 sshd2[149190]: Password authentication for user user1 accepted. Mar 29 17:03:34 host1 sshd2[149190]: User user1, coming from host.domain.name, authenticated.
