From owner-freebsd-questions Mon Feb 3 12:24: 7 2003 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 719C937B40E for ; Mon, 3 Feb 2003 12:23:59 -0800 (PST) Received: from dns.tegtmeyer.com (sg820805.de [217.160.170.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 3990D43E4A for ; Mon, 3 Feb 2003 12:23:57 -0800 (PST) (envelope-from fte@fte.to) Received: (qmail 47667 invoked from network); 3 Feb 2003 20:24:06 -0000 Received: from unknown (HELO ) (217.224.158.21) by 0 with SMTP; 3 Feb 2003 20:24:06 -0000 Received: (qmail 1653 invoked by uid 500); 3 Feb 2003 20:24:00 -0000 To: Cc: , Subject: Re: openssh - i'm confused References: <200302031047.AA3831693348@pioneernet.net> X-Face: dU\mXwf?KS(Sx?0y(1{8c=3W~Z,S+bzMe26W8YMmm7]9>tU:erm1G3NT,L"kwEQUZA]SPG& (s=v$)Gr@uS4HOlG2]k5 From: Frank Tegtmeyer Date: 03 Feb 2003 21:24:00 +0100 In-Reply-To: <200302031047.AA3831693348@pioneernet.net> Message-ID: Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Chip Wiegand" writes: > I am setting up a web server to be co-located at my isp's office. I > am setting up openssh for my connectivity to it. I have run > ssh-keygen on it and now have the files identity, identity.pub and > authorized_keys in the .ssh directory in my home directory. On the server there is only need for the authorized_keys file. It has to contain your public key (from identity.pub). In WinSCP you need your *private* key (from identity). Don't keep your private key on the server! Of course you may work without keys too - password authentication with ssh is still much better than telnet :) > okay to do? Can I now disable telnet and any other inetd services > that may be running? Any other suggestions? Test if ssh works. If yes, you may disable inetd. Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message