From owner-freebsd-questions Tue Jul 18 12: 7:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 65B8B37BA1C for ; Tue, 18 Jul 2000 12:07:38 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6IJ7Sd28091; Tue, 18 Jul 2000 12:07:28 -0700 (PDT) Date: Tue, 18 Jul 2000 12:07:28 -0700 From: Alfred Perlstein To: Ron Smith Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Using scp with ssh Message-ID: <20000718120728.E13979@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from ronnetron@hotmail.com on Tue, Jul 18, 2000 at 11:52:08AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Ron Smith [000718 11:52] wrote: > Hi all, > > I'm looking for examples of how to use 'scp' with 'ssh'. The "man scp" is > unclear to me, and I can't find anything on this subject in the "freebsd.org > tutorials". I'd like to be able to transfer files between two remote hosts. > All the 'ssh' stuff is already in place. Any help is greatly appreciated. Then you ought to be able to just: host a> scp somefile remotehost: and have scp put it there after you authenticate. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message