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:
- Windows : HOw to delete Tmp filed through cmd?
- Linux : Flash fullscreen doesn’t work on Ubuntu 10.10
- Windows 7 – Enable Telnet
- news : Linux Journal Insider – March 2011
- Linux : How to setup Static IP Address in Ubuntu 10.10

[...] 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 [...]