From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 06:26:16 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 69AEB37B401 for ; Fri, 11 Jul 2003 06:26:16 -0700 (PDT) Received: from bragi.housing.ufl.edu (bragi.housing.ufl.edu [128.227.47.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD5C743F3F for ; Fri, 11 Jul 2003 06:26:15 -0700 (PDT) (envelope-from WillS@housing.ufl.edu) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message Date: Fri, 11 Jul 2003 09:26:15 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED8DB2FAF@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ssh dump What is blowfish? Thread-Index: AcNHr8w/xHYcUkbPTxWGjuUn1c30jwAAHGWA From: "Will Saxon" To: "DanB" , "freebsd" Subject: RE: ssh dump What is blowfish? 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: Fri, 11 Jul 2003 13:26:16 -0000 > -----Original Message----- > From: DanB [mailto:longterm@chatusa.com] > Sent: Friday, July 11, 2003 9:27 AM > To: freebsd > Subject: ssh dump What is blowfish? >=20 >=20 > # /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \ > targetuser@targetmachine.example.com dd > of=3D/mybigfiles/dump-usr-l0.gz > What is the blowfish? I s this the users name? File name? >=20 > Dan >=20 Blowfish in an encryption algorithm. 'man ssh' and you can read about = the various algorithms you can specify via -c. -Will