* 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:
@@ -1,7 +1,12 @@
|
|||||||
service telnet {
|
#service telnet {
|
||||||
launch telnetd
|
# launch telnetd
|
||||||
}
|
#}
|
||||||
|
|
||||||
service ftp {
|
#service ftp {
|
||||||
launch ftpd
|
# launch ftpd
|
||||||
|
#}
|
||||||
|
|
||||||
|
service ssh {
|
||||||
|
launch /boot/common/bin/sshd -D
|
||||||
|
stand_alone
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user