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 1FRXVL-0006k1-4o for garchives@archives.gentoo.org; Thu, 06 Apr 2006 16:38:43 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k36Gam5T006117; Thu, 6 Apr 2006 16:36:48 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.227]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k36GS7Sd032645 for ; Thu, 6 Apr 2006 16:28:08 GMT Received: by wproxy.gmail.com with SMTP id i21so176608wra for ; Thu, 06 Apr 2006 09:28:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wa1/O8Drs933CN7Uuq7rIJ5fZBIWwTNW6PRxuXZJw5TW99drRSr3gSm38Q/trlRwwPSFCFTmbB2G7vo+QzLCkl6wGRdAVPjYIqNFNl5DUNm9qIYsqVkVCpHdJM7wHvVnlI8GTLxr5pkVUDjFuX3YG6/DJi8SWFRb++YhaElvlGo= Received: by 10.54.98.2 with SMTP id v2mr79047wrb; Thu, 06 Apr 2006 09:28:03 -0700 (PDT) Received: by 10.54.69.11 with HTTP; Thu, 6 Apr 2006 09:28:03 -0700 (PDT) Message-ID: <7573e9640604060928n7d0eb4f3w6e1da48c6440d6ef@mail.gmail.com> Date: Thu, 6 Apr 2006 09:28:03 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ssh2 and xover LAN In-Reply-To: <20060406155414.47216.qmail@web31702.mail.mud.yahoo.com> 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: <7573e9640604051618x7cc5c5b0rdf4e202bb53a35ff@mail.gmail.com> <20060406155414.47216.qmail@web31702.mail.mud.yahoo.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k36GS7Sd032645 X-Archives-Salt: c2c6d37e-6f06-42d7-8c32-e15bc5f2a858 X-Archives-Hash: 622d31f8b6f53e04b0247f55e579d191 Answers are out of order...as they will make more sense that way... On 4/6/06, maxim wexler wrote: > And what's this all got to do with ftp? Nothing at all. But you were not running an ftp _server_ on the machine you were trying to connect to. I think it has already been answered that the 'ftp' command is a client, and needs a server to connect to. So on the other machine, you need a server. There are several in portage: net-ftp/ftpd, net-ftp/proftpd are probaby the most popular, and thus if you have problems or questions the most likely that people will be able to help you with. If the default configuration of the ftp server doesn't work for your needs however, you will need to reconfigure it. This is no more difficult than other servers, but will require reading some documentation, howto's, etc. However ssh is quite a bit easier, because the default configuration is quite usable for most tasks. You still need a server on the other machine (the commands 'ssh' and 'scp' are clients), but that just means merging openssh there as well, and running '/etc/init.d/sshd start'. > But what's this bit at the end of the console o/p: > > > >>> /usr/share/openssh/Ssh.bin > * Remember to merge your config files in /etc/ssh/ > and then > * restart sshd: '/etc/init.d/sshd restart'. This will be necessary on the server machine to restart the ssh server in the case where it already exists. > * As of version 3.4 the default is to enable the > UsePrivelegeSeparation You can ignore the rest of this output if you use the default configuration files. Actually, since you don't care about security here at all, you can ignore it completely. -Richard -- gentoo-user@gentoo.org mailing list