From owner-freebsd-hackers Sat Aug 22 05:49:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26603 for freebsd-hackers-outgoing; Sat, 22 Aug 1998 05:49:18 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from gw.RatsNest.VaBeach.VA.US ([207.244.238.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA26598 for ; Sat, 22 Aug 1998 05:49:15 -0700 (PDT) (envelope-from SimsS@IBM.Net) Received: from Elvis.RatsNest.VaBeach.Va.Us (dhcp231.Ratsnest.VaBeach.VA.US [199.249.172.231]) by gw.RatsNest.VaBeach.VA.US (8.8.8/8.8.7) with SMTP id IAA06767 for ; Sat, 22 Aug 1998 08:48:16 -0400 (EDT) (envelope-from SimsS@IBM.Net) Reply-To: From: "Steve Sims" To: Subject: TeraTerm Date: Sat, 22 Aug 1998 08:48:27 -0400 Message-ID: <001e01bdcdcb$29bdc640$e7acf9c7@Elvis.RatsNest.VaBeach.Va.Us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK - 4 days on -questions with no response; time to kick this over to the big dogs on -hackers: -----Original Message----- Two questions: I'm running TeraTerm Pro with both the SSH and SSL extensions. Real nice pieces of work, but I've tripped on a couple of annoyances. Annoyance the First: If I've got a telnet session running and I hit ^C, the terminal window locks up. Tight. PS indicates that the shell is hunky-dory, but nothin's happening on the telnet window. Any ideas? Annoyance the Second: Still haven't been able to get an ssh window running. Not on any of the FreeBSD boxen I have access to. Using Van Dyke's SecureTerm I can get and ssh session no problem-o. I haven't dug in too far on this - but a first-look at the debug looks something like this: \\ Start sshd in debug mode: gw/root:~# sshd -d debug: sshd version 1.2.26 [i386-unknown-freebsd2.2.7] debug: Initializing random number generator; seed file /usr/local/etc/ssh_random _seed log: Server listening on port 22. log: Generating 768 bit RSA key. Generating p: ....++ (distance 34) Generating q: .........................++ (distance 500) Computing the keys... Key generation complete. log: RSA key generation complete. \\ Now start a ssh connection: debug: Server will not fork when running in debugging mode. log: Connection from x.y.z.231 port 663 debug: Client protocol version 1.5; client software version TTSSH-1.2 debug: Sent 768 bit public key and 1024 bit host key. debug: Encryption type: idea debug: Received session key; encryption turned on. debug: Installing crc compensation attack detector. debug: Attempting authentication for simss. log: Password authentication for simss accepted. debug: Allocating pty. debug: Forking shell. debug: Entering interactive session. debug: Setting controlling tty using TIOCSCTTY. and that's all she wrote. The TeraTerm window is blank, and nothing is going on!?! Anyone seen either of these? HELP? TIA! ...sjs... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message