From owner-freebsd-current@FreeBSD.ORG Thu Mar 26 06:17:15 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EE8A106566B for ; Thu, 26 Mar 2009 06:17:15 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 70AD88FC0C for ; Thu, 26 Mar 2009 06:17:15 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so685521rvb.43 for ; Wed, 25 Mar 2009 23:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=OA3NjvQEP1kisW7PyQlTzDnnamD2G7jYrF92J8Ah4ik=; b=dTukaaWyNINb1XUIfdxEgW5g2fVFLf+e61yeJwDhluwv/5uCJ4FIP7FWj/gUc7VmIX EAfRkXDtJnAxmrVy5W7GGcqWZEFTYc/zQ1C6hIB11qg7bSp0lY7l2G7pKr6jHHErZBxS 6kBDtPOAcMmv7cpD86SBTQzQdiN+1oHYo5ubQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JurfHcOzhlH0cN+UmDgNOo3JtlBsPv+BWYVDXqrx5MRV5APync6jYZ+E/cHVVp8S+A bcM5CIYkaCDcZTXqe5PPe9oLQ5q91+oSOPrFjifbK1ieA+AY9sV4J/wwmKlcXLAXGiAP xQxW/Q1/rwa/ykYomIHU7czYjQNXqK3qv6BwA= MIME-Version: 1.0 Received: by 10.141.177.2 with SMTP id e2mr241978rvp.266.1238046801369; Wed, 25 Mar 2009 22:53:21 -0700 (PDT) In-Reply-To: References: <995845.90009.qm@web63905.mail.re1.yahoo.com> <49CA6754.4030302@elischer.org> <49CAC20E.3020602@telenix.org> <49CAC8FE.5050708@elischer.org> <790a9fff0903251858w713adf32n85761295e42524d3@mail.gmail.com> Date: Wed, 25 Mar 2009 22:53:21 -0700 Message-ID: From: Freddie Cash To: current@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Telnet root login X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 06:17:15 -0000 On Wed, Mar 25, 2009 at 7:01 PM, Lyndon Nerenberg wrote: >> You can do the same thing with ssh to transfer files to a remote host: >> >> tar cjf - . | ssh user@hostb "(cd /desired/path; tar xjf -)" > > But I can't get full wire speed with ssh; with rsh I can. With openssh-portable from ports, with the HPN patches included, using the None cipher, you should be able to get the best of both worlds: encrypted authentication, cleartext data transfer. According to the info on the HPN website, they're able to get ~90% of wirespeed on a gigabit link. -- Freddie Cash fjwcash@gmail.com