From owner-freebsd-questions Wed Mar 4 18:10:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25251 for freebsd-questions-outgoing; Wed, 4 Mar 1998 18:10:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from scifair.acadiau.ca (scifair.acadiau.ca [131.162.160.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25162 for ; Wed, 4 Mar 1998 18:10:41 -0800 (PST) (envelope-from miker@scifair.acadiau.ca) Received: from localhost (miker@localhost) by scifair.acadiau.ca (8.8.5/8.8.5) with SMTP id WAA01580; Wed, 4 Mar 1998 22:09:36 -0400 (AST) Date: Wed, 4 Mar 1998 22:09:35 -0400 (AST) From: Michael Richards To: Tuber cc: questions@FreeBSD.ORG, support@cdrom.com, help@cdrom.com Subject: Re: SSH In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 3 Mar 1998, Tuber wrote: > How does on implement SSH on a Free BSD system?? > Does anyone know? Download the unix archive off the datafellows site. (www.datafellows.com) untar it. Read instructions. I believe the commands were: ./Configure make make install Something along those lines. I put a script in my /usr/local/etc/rc.d/ directory to ensure the daemon runs on startup. Then you can use secure shell to another machine. Or get a client and you can ssh into your box. -Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message