From owner-freebsd-questions Thu Sep 7 23:33:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id CC15037B423 for ; Thu, 7 Sep 2000 23:33:11 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 7 Sep 2000 23:32:01 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id XAA23390; Thu, 7 Sep 2000 23:33:03 -0700 (PDT) (envelope-from cjc) Date: Thu, 7 Sep 2000 23:32:58 -0700 From: "Crist J . Clark" To: "Michael S. Fischer" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ssh problem Message-ID: <20000907233258.J69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20000907141929.A3960@dynamine.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000907141929.A3960@dynamine.net>; from michael@dynamine.net on Thu, Sep 07, 2000 at 02:19:29PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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 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