haiku/data/settings/network/services
Axel Dörfler 7712cf43c3 * Disable ftp/telnet - only sshd is started now by default!!
* Note that you need to have the OpenSSH package installed correctly for this
  to work. Otherwise your Haiku machine is no longer accessible through the
  net anymore!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32322 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-08-13 16:44:12 +00:00

13 lines
134 B
Plaintext

#service telnet {
# launch telnetd
#}
#service ftp {
# launch ftpd
#}
service ssh {
launch /boot/common/bin/sshd -D
stand_alone
}