From owner-freebsd-questions Mon Aug 21 18:14:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.drexeltech.com (oak.drexeltech.com [64.39.31.169]) by hub.freebsd.org (Postfix) with ESMTP id 1ACD937B422 for ; Mon, 21 Aug 2000 18:14:18 -0700 (PDT) Received: from sporto.johnturner.com (w220.z208176108.det-mi.dsl.cnc.net [208.176.108.220]) by oak.drexeltech.com (8.9.3/8.9.3) with ESMTP id UAA32350; Mon, 21 Aug 2000 20:23:52 -0500 (CDT) (envelope-from john@johnturner.com) Message-Id: <4.3.2.7.0.20000821210923.00aa0eb0@mail.johnturner.com> X-Sender: jturner@mail.johnturner.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 21 Aug 2000 21:14:11 -0400 To: "Jarrad DeMaria" , From: John Turner Subject: Re: SSH BSD 4.1 In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You don't have to install SSH. It's part of the base install. In /etc/rc.conf, add the following line: sshd_enable="YES" Save the file, reboot. SSH should be running. Remember to turn off telnet by commenting out the telnet line in /etc/inetd.conf an sending a HUP to the inetd daemon. If you don't want to reboot to get SSH running, go ahead and add the line to /etc/rc.conf, then at a command prompt, as root, type: /usr/sbin/sshd and hit return. - John Turner At 07:26 PM 8/21/00, Jarrad DeMaria wrote: >Hello, > >I just installed BSD 4.1 and cannot get SSH installed. According to the docs >OPENSSL is already installed with this release. >Can anyone tell me what I need to do. The SSH port gives me a "CODE 1" when >I try to install it. Says I need OPENSSL but this release already has it. > >Thanks. > >Jarrad > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message