From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id AAA10509 for ; Fri, 19 Jul 1996 00:45:15 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id KAA04502; Thu, 18 Jul 1996 10:38:49 -0400 (EDT) Resent-Date: Thu, 18 Jul 1996 10:37:47 -0400 (EDT) Date: Thu, 18 Jul 1996 16:36:34 +0200 (MET DST) From: Swen Thuemmler Sender: swen@uni-paderborn.de To: "Richard A. Guay" cc: ZShell List Subject: Re: ftp blocked In-Reply-To: <19960718102626.04c3f8a4.in@ai102.asicint.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Resent-Message-ID: <"6xRYP3.0.n41.xmaxn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/307 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Thu, 18 Jul 1996, Richard A. Guay wrote: > Hi, > > I just joined this list and would like to know the answer to a perplexing > problem. Anytime I set a user to using zsh as their default shell, they > can not ftp into that account. I could not find a reference to this in any > of the manuals or info texts (but I might have missed it). Could anyone > please shed some light on this subject? This problem arises typically, when zsh is not listed in /etc/shells on the machine. Put /usr/local/bin/zsh (or wherever zsh resides on your system) into /etc/shells, and ftp should work. Hope this helps. --Swen