Date: Mon, 30 Sep 2002 11:06:05 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Adam Bender <abender@andrew.cmu.edu> Cc: questions@FreeBSD.ORG Subject: Re: sftp / scp not working? Message-ID: <20020930100605.GC51277@happy-idiot-talk.infracaninophi> In-Reply-To: <Pine.GSO.4.44L-027.0209300143030.27984-100000@unix13.andrew.cmu.edu> References: <Pine.GSO.4.44L-027.0209300143030.27984-100000@unix13.andrew.cmu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 30, 2002 at 01:46:13AM -0400, Adam Bender wrote: > > I'm running FreeBSD 4.6.2. I can ssh into the box fine, but sftp gives > this error message: > unix13:~/$ sftp adam@machine.name > Connecting to machine.name... > adam@machine.name's password: > Received message too long 1500476704 > unix13:~/$ > > and scp gives this one: > > unix13:~/$ scp foo adam@machine.name: > adam@machine.name's password: > stty: You can search for documentation on a keyword by typing > unix13:~/$ stdin isn't a terminal > stty: stdin isn't a terminal > stty: stdin isn't a terminal > stty: stdin isn't a terminal > Write failed flushing stdout buffer. > > unix13:~/$ > > Anybody have any idea what I can do to transfer files to/from my machine, > besides ssh'ing into it, and the sftp'ing out? Unfortunately that's not sufficient information to diagnose exactly what's wrong. Could you try running your scp and sftp commands again with liberal use of the '-v' (verbose) flag: sftp -v -v -v adam@machine.name If that doesn't tell you immediately what's wrong, please cut'n'paste the output of the command into a message to this list, plus tell us what ssh client you're using and any modifications you've made to the default sshd configurationon your FreeBSD box. There's also the secureshell@securityfocus.com mailing list, which has searchable archives available at http://marc.theaimsgroup.com/?l=secure-shell&r=1&w=2 Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020930100605.GC51277>