Re: SSH terminal locking up from OS X to FreeBSD

2005-02-23 Thread Doug Hardie
On Feb 22, 2005, at 22:57, Jim Freeze wrote: * Chad Leigh -- Shire.Net LLC [EMAIL PROTECTED] [2005-02-22 22:58:17 -0700]: Just for giggles, what happens when you try a different encryption method with the ssl client? For example, -c blowfish Ok, so I tried this, but it still locks up. However,

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-23 Thread Jim Freeze
* Doug Hardy The localhost is trying to send the 40 bytes in its buffer. It is not receiving and ACK from remotemachine so it retries until it eventually gives up. The F flag is localhost issuing a FIN to remotemachine to drop the TCP connection. It tries a couple times and then

SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread jim
Hi I have been having problems when connecting to a FreeBSD box (4.7-RELEASE-p27 FreeBSD #38) from Mac OS X. The typical scenario is that I ssh from the OS X box to the FreeBSD box: ssh [EMAIL PROTECTED] After I login, if there is no screen or cursor movement for a minute or two, the

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Eric F Crist
On Feb 22, 2005, at 3:11 PM, [EMAIL PROTECTED] wrote: Hi I have been having problems when connecting to a FreeBSD box (4.7-RELEASE-p27 FreeBSD #38) from Mac OS X. The typical scenario is that I ssh from the OS X box to the FreeBSD box: ssh [EMAIL PROTECTED] After I login, if there is no screen

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread jim
* Eric F Crist [EMAIL PROTECTED] [2005-02-22 15:35:53 -0600]: On Feb 22, 2005, at 3:11 PM, [EMAIL PROTECTED] wrote: What version of Mac OS X are you using? All of my workstations are Mac OS X, and all but one server (an old cobalt raq 2) are running FreeBSD 5.3, and I have never seen a

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Eric F Crist
On Feb 22, 2005, at 3:50 PM, [EMAIL PROTECTED] wrote: * Eric F Crist [EMAIL PROTECTED] [2005-02-22 15:35:53 -0600]: On Feb 22, 2005, at 3:11 PM, [EMAIL PROTECTED] wrote: What version of Mac OS X are you using? All of my workstations are Mac OS X, and all but one server (an old cobalt raq 2)

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread jim
* Eric F Crist [EMAIL PROTECTED] [2005-02-22 15:55:32 -0600]: Does it hang at certain times? Again, across multiple versions of OS X and FreeBSD, I've never experienced a problem. I haven't found a time that it will not hang after a few minutes. (Never put a stopwatch to it.) Your comments

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Kevin Kinsey
[EMAIL PROTECTED] wrote: Hi I have been having problems when connecting to a FreeBSD box (4.7-RELEASE-p27 FreeBSD #38) from Mac OS X. The typical scenario is that I ssh from the OS X box to the FreeBSD box: ssh [EMAIL PROTECTED] After I login, if there is no screen or cursor movement for a

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Chad Leigh -- Shire . Net LLC
On Feb 22, 2005, at 2:59 PM, [EMAIL PROTECTED] wrote: * Eric F Crist [EMAIL PROTECTED] [2005-02-22 15:55:32 -0600]: Does it hang at certain times? Again, across multiple versions of OS X and FreeBSD, I've never experienced a problem. I haven't found a time that it will not hang after a few

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: [ ... ] Your comments that you've never experienced a problem are similar to a colleague of mine. Either you guys are not logging into a problem FreeBSD machine or there is some configuration option that I have/have not set on my OS X machine. I'm still puzzled as to

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread David Kelly
On Tue, Feb 22, 2005 at 09:11:48PM +, [EMAIL PROTECTED] wrote: It looks like an alergic reaction between OS X and FBSD, but I don't have a clue where to start looking to track this down. Any ideas on what this is or how to debug it would be appreciated. Later in the thread Jim

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Eric F Crist
On Feb 22, 2005, at 3:59 PM, [EMAIL PROTECTED] wrote: * Eric F Crist [EMAIL PROTECTED] [2005-02-22 15:55:32 -0600]: Does it hang at certain times? Again, across multiple versions of OS X and FreeBSD, I've never experienced a problem. I haven't found a time that it will not hang after a few

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread jim
* Kevin Kinsey [EMAIL PROTECTED] [2005-02-22 16:04:06 -0600]: [EMAIL PROTECTED] wrote: FROM TO RESULT = == OS X FBSDlockup OS X Linux ok LinuxFBSDok ssh -vvv [EMAIL PROTECTED] ?? I assume that they haven't removed the

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread jim
* Chuck Swiger [EMAIL PROTECTED] [2005-02-22 17:17:09 -0500]: Are the two machines on the same network segment, or are they remote? Do you have IPFW rulesets enabled on either, particularly dynamic ones? Running sshd with -vvv will help, as others have suggested, although you might also

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Jim Freeze
* David Kelly [EMAIL PROTECTED] [2005-02-22 16:31:43 -0600]: Later in the thread Jim stated he had no control over the version of the FreeBSD machine. Am guessing he might not have root there. Am guessing he doesn't know what customizations may have been performed on it. I have seen similar

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread pete wright
On Tue, 22 Feb 2005 23:13:52 +, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (big snip) unless i'm missing something you are making the connection then typing exit in the shell. debug1: channel 0: open confirm rwindow 0 rmax 32768 debug2: channel 0: rcvd adjust 131072 Last login: Tue Feb 22

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Jim Freeze
* pete wright [EMAIL PROTECTED] [2005-02-22 15:32:10 -0800]: On Tue, 22 Feb 2005 23:13:52 +, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (big snip) unless i'm missing something you are making the connection then typing exit in the shell. debug1: channel 0: open confirm rwindow 0 rmax

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread pete wright
On Tue, 22 Feb 2005 23:36:40 +, Jim Freeze [EMAIL PROTECTED] wrote: unless i'm missing something you are making the connection then typing exit in the shell. For this example, yes. That was the exit to leave the remote host. I did this just to show that I had successfully logged in.

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Chuck Swiger
Jim Freeze wrote: [ ... ] For this example, yes. That was the exit to leave the remote host. I did this just to show that I had successfully logged in. If I had waited a few minutes, then I would not have been able to show that because the terminal would have locked up. Show us what SSH

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Jim Freeze
* Chuck Swiger [EMAIL PROTECTED] [2005-02-22 18:39:35 -0500]: [EMAIL PROTECTED] wrote: * Chuck Swiger [EMAIL PROTECTED] [2005-02-22 17:17:09 -0500]: I'll try the tcpdump. Is that command done as follows from the Mac?: su tcpdump -Xvn remotemachine.org user and port 22 Try:

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Jim Freeze
* Chuck Swiger [EMAIL PROTECTED] [2005-02-22 18:43:39 -0500]: Jim Freeze wrote: Show us what SSH shows when the connection locks up. In particular, try doing a RETURN~? after you get the connection lockup and see whether you get a menu of escape sequences back. Hmm, I never knew about

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Chad Leigh -- Shire . Net LLC
On Feb 22, 2005, at 10:04 PM, Jim Freeze wrote: * Chuck Swiger [EMAIL PROTECTED] [2005-02-22 18:43:39 -0500]: Jim Freeze wrote: Show us what SSH shows when the connection locks up. In particular, try doing a RETURN~? after you get the connection lockup and see whether you get a menu of escape

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Doug Hardie
On Feb 22, 2005, at 13:50, [EMAIL PROTECTED] wrote: * Eric F Crist [EMAIL PROTECTED] [2005-02-22 15:35:53 -0600]: On Feb 22, 2005, at 3:11 PM, [EMAIL PROTECTED] wrote: What version of Mac OS X are you using? All of my workstations are Mac OS X, and all but one server (an old cobalt raq 2) are

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Jim Freeze
* Chad Leigh -- Shire.Net LLC [EMAIL PROTECTED] [2005-02-22 22:58:17 -0700]: Just for giggles, what happens when you try a different encryption method with the ssl client? For example, -c blowfish Ok, so I tried this, but it still locks up. However, I was able to do RETURN~C to get a