how do i enable sshd / ssh server in FreeBSD ?
Open /etc/rc.conf and set sshd_enable=”yes”:
open file :
vi /etc/rc.conf
Append following text:
SSHD_ENABLE=”yes”
Save and close file. To test just reboot freebsd:
reboot
Possibly Related Posts:
- CIsco : Enable Cisco Password Encryption ?
- Linux : How to fully block adsense adds on your system
- Mysql :mysqladmin command to change root password
- Linux : How to install recordmydesktop on Fc10
- Server CORE : Use the Sconfig Utility to Install Windows PowerShell on Server Core ?

[...] Read more from the original source: How do i enable sshd / ssh server in FreeBSD ? « My Technical Notes [...]
[...] View original here: How do i enable sshd / ssh server in FreeBSD ? « My Technical Notes [...]