* 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
This commit is contained in:
Axel Dörfler 2009-08-13 16:44:12 +00:00
parent 73a1a46de9
commit 7712cf43c3

View File

@ -1,7 +1,12 @@
service telnet {
launch telnetd
}
#service telnet {
# launch telnetd
#}
service ftp {
launch ftpd
#service ftp {
# launch ftpd
#}
service ssh {
launch /boot/common/bin/sshd -D
stand_alone
}