This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0481936536
haiku
/
data
/
settings
/
network
/
services
8 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added default "services" configuration that enables telnetd for now. To log in, user is "baron" (if you haven't overridden the $USER environment variable), and the password is empty (ie. just press return). Note, the password is currently hardcoded into src/system/libroot/posix/pwd.c. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21561 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-07-05 02:26:42 +04:00
service telnet {
launch telnetd
}
* Ported FreeBSD's ftpd to Haiku. * Added it to the image, and configured it to be used. * Currently, it cannot transfer files over 64 KB for some reason ("Message too long"). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23843 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-02-03 19:37:49 +03:00
service ftp {
launch ftpd
}
Reference in New Issue
Copy Permalink