From owner-freebsd-questions@FreeBSD.ORG Wed May 21 14:24:00 2003 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 5EBAD37B401 for ; Wed, 21 May 2003 14:24:00 -0700 (PDT) Received: from mx1.clickcom.com (mx2.clickcom.com [209.198.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAEBC43F3F for ; Wed, 21 May 2003 14:23:59 -0700 (PDT) (envelope-from jsmailing@clickcom.com) Received: from aesop (calefaction.clickcom.com [209.198.22.19]) by mx1.clickcom.com (email) with ESMTP id 2DBFB5061F for ; Wed, 21 May 2003 17:23:59 -0400 (EDT) From: "John Straiton" To: Date: Wed, 21 May 2003 17:24:17 -0400 Message-ID: <00c301c31fdf$59051820$1916c60a@win2k.clickcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Importance: Normal Subject: SCP problems 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, 21 May 2003 21:24:00 -0000 Here's one that I haven't found too much help with today... 2 machines. I have successfully set up the whole id_rsa/authorized_keys thing so that "testuser" can ssh from HOST1 to HOST2 without being prompted for a password. Now I'm trying to get scp to work in the same manner. On HOST1: #su testuser %ssh HOST2 Last login: Wed May 21 15:01:36 2003 from ...... (etc..works good =)..Then I exit back to HOST1 and try: ) %scp testuser@HOST2:/tmp/file.txt /tmp/ protocol error: mtime.sec not delimited Umm...say what? The only thing I found in google was something about setting the TERM variable, so I tried echo $TERM and verified that it was set to vt100. HOST1: FreeBSD 4.8-PRERELEASE OpenSSH_3.5p1 FreeBSD-20030201, SSH protocols 1.5/2.0, OpenSSL 0x0090700f HOST2: FreeBSD 4.8-STABLE (updated today) OpenSSH_3.5p1 FreeBSD-20030201, SSH protocols 1.5/2.0, OpenSSL 0x0090701f Suggestions? John Straiton jks@clickcom.com Clickcom, Inc 704-365-9970x101