How to enable SSHD in FreeBSD February 6th, 2010
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 source here for permitting root login edit /etc/ssh/sshd_config unhash PermitRootLogin no and make it
PermitRootLogin yes if password problem then add PasswordAuthentication YES
Tags: enable SSH, freebsd, how to, How to enable SSH in FreeBSD, How to enable SSHD in FreeBSD
This entry was posted on Saturday, February 6th, 2010 at 2:51 am and is filed under Networking, feebsd. You can follow any responses to this entry through the RSS 2.0 feed.You can leave a response, or trackback from your own site.
This entry was posted on Saturday, February 6th, 2010 at 2:51 am and is filed under Networking, feebsd. You can follow any responses to this entry through the RSS 2.0 feed.You can leave a response, or trackback from your own site.
