7712cf43c3
* 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
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
#service telnet {
|
|
# launch telnetd
|
|
#}
|
|
|
|
#service ftp {
|
|
# launch ftpd
|
|
#}
|
|
|
|
service ssh {
|
|
launch /boot/common/bin/sshd -D
|
|
stand_alone
|
|
}
|