From owner-freebsd-questions@FreeBSD.ORG Tue Nov 15 14:17:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B718D16A41F for ; Tue, 15 Nov 2005 14:17:39 +0000 (GMT) (envelope-from jmlewis@dslextreme.com) Received: from mail5.dslextreme.com (mail5.dslextreme.com [66.51.199.81]) by mx1.FreeBSD.org (Postfix) with SMTP id B08AC43D55 for ; Tue, 15 Nov 2005 14:17:38 +0000 (GMT) (envelope-from jmlewis@dslextreme.com) Received: (qmail 31185 invoked from network); 15 Nov 2005 14:17:25 -0000 Received: from unknown (HELO buzz) (66.159.250.74) by mail5.dslextreme.com with SMTP; Tue, 15 Nov 2005 06:17:25 -0800 From: "Joshua Lewis" To: "'Enrique Ayesta Perojo'" , Date: Tue, 15 Nov 2005 06:17:41 -0800 Message-ID: <007201c5e9ef$57278330$340a10ac@buzz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <200511151509.13841.eayesta@portugalete.uned.es> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Importance: Normal Cc: Subject: RE: Secure File Copy 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: Tue, 15 Nov 2005 14:17:39 -0000 I was trying that I did scp -Cprroot@server.com:/usr/local/www localhost:/Users/joshua/Desktop/FreeBSD And it prompted me for a password on the server but the root password = would not authenticate. -----Original Message----- From: Enrique Ayesta Perojo [mailto:eayesta@portugalete.uned.es]=20 Sent: Tuesday, November 15, 2005 6:09 AM To: freebsd-questions@freebsd.org Cc: Joshua Lewis Subject: Re: Secure File Copy El Asteartea, 15 de Azaroa de 2005 14:47, Joshua Lewis escribi=F3: > I have a FreeBSD 5.4 system and I have no way to back up the data. I=20 > don't have a burner and I can't get one anytime soon. I do however=20 > have a burner on my wifes G4 laptop. I have enabled SSH on the FreeBSD = > system and I can SSH into the box from the Mac, However I do not know=20 > how to copy the files I need to back up from the FreeBSD system to the = > Mac. Thanks ahead of time for any help. Take a look at the scp man page, it works very similar to the cp = command.