From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 21:04:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BD771065681 for ; Wed, 26 Mar 2008 21:04:35 +0000 (UTC) (envelope-from maddaemon@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id BE4808FC13 for ; Wed, 26 Mar 2008 21:04:34 +0000 (UTC) (envelope-from maddaemon@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so3569120fgg.35 for ; Wed, 26 Mar 2008 14:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=EQHIJeJ/UeQ2rXXhnuppjWl8vtd5iN/KJ8Hvjnhab9A=; b=dNuws5tDlnVfAwrCvkr93NRUmrY5zM9j3XXB/48qR2gCv+7JKYDha+/Nh/mXvc2H5DKqQSQOX8wTQRz9u6h/OfyqiNeL2m1oN7PrH8Fra8Wk2R0CuHjnMN/ahg03M1pxrxdCsTxpTqRhQZvVqmUGkRpHMc20/WzD3FAB0i0zCZU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZHNgc/8zhWNCGUMmfqgRTGtv70xREx2mpPVIuu92+pZ1svfwugMex/RsHpSoFly5zoPVLKsKd6D7Briv+uW03G6ty7VTNGAwTdtHak2dW27DJxdy4mJzZrjH3U0TR7umslQUYFd74SD+Jz/urbjuZ0apjIsXOZqZcIGhFQCdje8= Received: by 10.82.148.7 with SMTP id v7mr1063550bud.37.1206565472933; Wed, 26 Mar 2008 14:04:32 -0700 (PDT) Received: by 10.82.188.5 with HTTP; Wed, 26 Mar 2008 14:04:32 -0700 (PDT) Message-ID: <6c1774c50803261404k72cad720s6f8c3b5c86ca7ddb@mail.gmail.com> Date: Wed, 26 Mar 2008 17:04:32 -0400 From: "The MadDaemon" To: "Dan Nelson" In-Reply-To: <20080326193055.GB16367@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6c1774c50803261125ic810c32g4a97447e63c42d06@mail.gmail.com> <20080326193055.GB16367@dan.emsphone.com> Cc: freebsd-questions@freebsd.org Subject: Re: sFTP on 7.0-RELEASE no worky X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2008 21:04:35 -0000 On Wed, Mar 26, 2008 at 3:30 PM, Dan Nelson wrote: > In the last episode (Mar 26), The MadDaemon said: > > I have a 7.0-RELEASE box that I setup a few weeks ago for testing, > > and I just now tried to sftp into it and get the following: > > > > kevin@darkhorse [~]$ sftp 172.20.30.12 > > Connecting to 172.20.30.12... > > > > (banner snipped) > > > > Password: > > Received message too long 173305700 > > kevin@darkhorse [~]$ > > 173305700 = 0x0A546F64 = "\nTod" > > Make sure you don't have any commands in your shell's startup scripts > that might print anything if the incoming session isn't interactive. > > http://www.snailbook.com/faq/sftp-corruption.auto.html > > -- > Dan Nelson > dnelson@allantgroup.com > d'oh! I had fortunes enabled, which was the culprit. Thanks for the link/answer, Dan.