From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FQ2yp-0002eU-Jh for garchives@archives.gentoo.org; Sun, 02 Apr 2006 13:51:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k32DoJM9009008; Sun, 2 Apr 2006 13:50:19 GMT Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.176]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k32DkKvR023221 for ; Sun, 2 Apr 2006 13:46:21 GMT Received: by pproxy.gmail.com with SMTP id x31so45969pye for ; Sun, 02 Apr 2006 06:46:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OgavKKX7mJWH25DaRKRSUVmL3ywGt1V4KY6ctZbcMeru6KmNhmI5/+3QTC06LiwkPS3o7I0OutueP0rj31443i+dntwoXeXEn2Mcms70BaRFTqCeMmkawz9opFaO93DWR0bEA1rEYQwRoDZeUNkiPYLf0912tNkc2W52ij88Gi0= Received: by 10.65.75.18 with SMTP id c18mr281002qbl; Sun, 02 Apr 2006 06:46:20 -0700 (PDT) Received: by 10.65.185.16 with HTTP; Sun, 2 Apr 2006 06:46:20 -0700 (PDT) Message-ID: <358eca8f0604020646o1b31af42y99c1ba00be76e9d4@mail.gmail.com> Date: Sun, 2 Apr 2006 15:46:20 +0200 From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ssh2 and xover LAN In-Reply-To: <442EF6EB.1070007@mattstone.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <20060401185324.90443.qmail@web31702.mail.mud.yahoo.com> <442EF28F.3080007@mattstone.net> <442EF6EB.1070007@mattstone.net> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k32DkKvR023221 X-Archives-Salt: 511eb420-edc6-43ce-9ebd-4dfd2c745835 X-Archives-Hash: df76d675c19996e298e5b39bb780da5f > Bryan Whitehead wrote: > > He said it could ping... I dunno... seems he just needs to figure out > > how he wants to transfer files. Did the OP try something like: ======================= scp -p -v -c blowfish / remote_user_name@192.168.0.3:/mnt/hda5/ ======================= The above assumes: 1. Blowfish encryption for faster transfers 2. would be something like /home/fred/file.txt 3. 192.168.0.3 is the IP address of the remote box. Check with your router or do a ifconfig -a on the remote box to see what IP address it has. If you have DNS resolution working you can always use host names instead of IP addresses. 4. scp, sftp, ssh will only work if your have started sshd on the remote box (rc-update -a sshd default). Once you're done remove sshd from the default level for security purposes, unless you have secured you machine adequately (e.g. no direct root logins, different port to 22, etc. - read the man pages) -- Regards, Mick -- gentoo-user@gentoo.org mailing list