Files
haiku-beta6/data/settings/network/services
T

13 lines
134 B
Plaintext
Raw Normal View History

#service telnet {
# launch telnetd
#}
#service ftp {
# launch ftpd
#}
2008-02-03 16:37:49 +00:00
service ssh {
2013-09-29 22:09:00 +02:00
launch /boot/system/bin/sshd -D
stand_alone
2008-02-03 16:37:49 +00:00
}