View Single Post

  #2 (permalink)  
Old 12-30-2005, 01:43 AM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

service is Red Hat Linux only command and only used by RHCE people anways you can start sshd (Open ssh server) under freebsd with following command:
Code:
/etc/rc.d/sshd restart
Start ssh server under freebsd
Code:
/etc/rc.d/sshd start
Stop ssh server under freebsd
Code:
/etc/rc.d/sshd stop
Reply With Quote