From owner-freebsd-questions@FreeBSD.ORG Fri Sep 30 17:08:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5389116A41F for ; Fri, 30 Sep 2005 17:08:13 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id E269643D48 for ; Fri, 30 Sep 2005 17:08:12 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so1735174wxc for ; Fri, 30 Sep 2005 10:08:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UFsvYnoGtEb0P0RU/OKlx6zjws0/VPTxLAcSr9qNyF8EPo+qmaQ2bJCY4/v3OcsqhAwHnylL4SgS86qiiZkAlz7pqpM95znrfeML8+/F7FyTgw/AYA9bREMK7xwRyBigQX+0gugLM++VOEfAxiZRah8tqKWphakNMN2HpsVdSic= Received: by 10.70.91.12 with SMTP id o12mr964880wxb; Fri, 30 Sep 2005 10:08:12 -0700 (PDT) Received: by 10.70.104.20 with HTTP; Fri, 30 Sep 2005 10:08:12 -0700 (PDT) Message-ID: <35c231bf0509301008u1a2e15fbs200b0eef812c4046@mail.gmail.com> Date: Fri, 30 Sep 2005 10:08:12 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: Vittorio In-Reply-To: <16424585.1128093080803.JavaMail.root@pswm4.cp.tin.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <16424585.1128093080803.JavaMail.root@pswm4.cp.tin.it> Cc: freebsd-questions@freebsd.org Subject: Re: sftp connection problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Kirchner List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:08:13 -0000 On 9/30/05, Vittorio wrote: > I've just sent a PR suggesting a fix to > http://www.freebsd. > org/cgi/query-pr.cgi?pr=3D86759 > The problem is: > Trying to connect with a > client to an sshd server using sftpd the client fails connection > invariably complaining: > .... > sftp-server: Command not found. > Fatal: > unable to initialise SFTP: could not connect I'm not seeing that /usr/lib/misc/sftp-server line -- it's all /usr/libexec/sftp-server in CVSWeb and 5.3/5.4-RELEASE . Could the problem be related to the openssh port or something?