From owner-freebsd-questions@FreeBSD.ORG Wed May 18 23:22:21 2005 Return-Path: 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 BCACE16A4CE for ; Wed, 18 May 2005 23:22:21 +0000 (GMT) Received: from sol.quay.net (sol.quay.net [72.1.198.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277CD43D99 for ; Wed, 18 May 2005 23:22:21 +0000 (GMT) (envelope-from go@quay.net) Received: from [127.0.0.1] (vega.quay.net [172.30.69.100]) by sol.quay.net (Postfix) with ESMTP id 5A9A4114037 for ; Wed, 18 May 2005 19:22:19 -0400 (EDT) Message-ID: <428BCE29.8090006@quay.net> Date: Wed, 18 May 2005 19:22:17 -0400 From: Gabriel O'Brien User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <428bc9e6.5c9576b4.3f13.ffffd95f@mx.gmail.com> In-Reply-To: <428bc9e6.5c9576b4.3f13.ffffd95f@mx.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: SSH2 and ZSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 23:22:21 -0000 Unless you have a good reason to I wouldn't replace OpenSSH, I'm not aware of any particular functionality that is provided by a different implementation of SSH that is not present in the BSD standard OpenSSH. I wouldn't mess with this unless I was sure I knew why I was doing so. You can turn off OpenSSH in your /etc/rc.conf file by changing: sshd_enable="YES" to sshd_enable="NO" That said it would sound to me like you have a path problem not and SSH problem with your shell. I'm not familiar with ZSH but something like 'echo $PATH' should tell you what paths are being searched when you run commands. Do a 'find / -name "ping"' and compare this with your $PATH list. Some shells don't (by default) include the sbin directories in a normal user's path, FreeBSD installs ping by default in /sbin and a number of other utilities (that in some UNIX/Linux distributions are regular user utilities) are found under /sbin and /usr/sbin. My advice: ditch your replacement SSH and check your paths, my expectation is that the default port of zsh probably has a sane configuration. -Gabe Gabriel M. O'Brien http://web.quay.net/ Joe Wood wrote: > I recently installed FreeBSD 5.4 on a new server.everything is smooth and > works fine. The other day I installed the non commercial version of SSH2 > from ssh.com. I've had shell accounts that used it before and thought it > would be good to have. My first issue is that the normal sshd from openssh > keeps trying to start instead of the new sshd2. When initially installing > freebsd should I have said no to the question about enabling ssh logins? > Secondly is that the majority of zsh's commands do not work when I use the > ssh2 daemon.simple things like ping and top cannot be used because it says > they are not found. Has anyone had this issue or can point me in the > direction to resolve it. > > > > Thanks > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"