Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2000 21:14:11 -0400
From:      John Turner <john@drexeltech.com>
To:        "Jarrad DeMaria" <jdemaria@mminternet.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: SSH BSD 4.1
Message-ID:  <4.3.2.7.0.20000821210923.00aa0eb0@mail.johnturner.com>
In-Reply-To: <GJEPKEAINPJNBDIKMAFKAEMFCAAA.jdemaria@mminternet.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.0.20000821210923.00aa0eb0>