Showing posts with label enable. Show all posts
Showing posts with label enable. Show all posts

Monday, December 21, 2009

How to enable SSHD in FreeBSD

Actually you will be asked whether to enable SSH, during a Standard Installation of FreeBSD.

Now, if you need to enable SSH after an installation, open the file rc.conf and add the line ` sshd_enable="YES" `.
open the file
# vi /etc/rc.conf
Now add the below line to the file.
sshd_enable="YES"
Now start sshd.
# /etc/rc.d/sshd start 
 

Labels

Labels