Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2000 23:32:58 -0700
From:      "Crist J . Clark" <cjclark@reflexnet.net>
To:        "Michael S. Fischer" <michael@dynamine.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ssh problem
Message-ID:  <20000907233258.J69158@149.211.6.64.reflexcom.com>
In-Reply-To: <20000907141929.A3960@dynamine.net>; from michael@dynamine.net on Thu, Sep 07, 2000 at 02:19:29PM -0700
References:  <20000907141929.A3960@dynamine.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 07, 2000 at 02:19:29PM -0700, Michael S. Fischer wrote:
> Now, I know I'm not stupid, but this problem has me completely
> stumped.
> 
> While I can log in to my FreeBSD (-STABLE as of this AM) box via ssh
> (I'm using RSA authentication), I cannot run any commands on the ssh
> command line (e.g. 'ssh phoenix ls') and get a response.  scp does not
> appear to work either to this particular host.
> 
> When I run 'ssh <hostname> ls', here's what I see in the ps output on
> the target host:
> 
> root     4923  0.0  0.6  2124 1492  ??  S     2:17PM   0:00.06 sshd:
> michael@notty (sshd)
> michael  4924  0.0  0.5  1664 1328  ??  Ss    2:17PM   0:00.04 bash -c
> ls
> 
> The client side just hangs eternally.
> 
> Does anyone have a clue as to what is going on here?  Please CC: me on
> any responses, as I am not a list subscriber.

Can you try running the client as,

  $ ssh -v <host> ls

And the daemon on the server as,

  # sshd -d

To get the debug output?
-- 
Crist J. Clark                           cjclark@alum.mit.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000907233258.J69158>