
Chapter 4
Network Feature
In this chapter, we explain how to configure JetBox various communication functions.
4-1
Telnet
Service name
telnetd
Description
A Telnet server
Config files
/etc/inetd.conf
Start file
/etc/init.d/rcS
Start command
Stop command
Support command
Default
up
Enabling the Telnet server
The following example shows the default content of the file /etc/inetd.conf. The default is to
enable the Telnet server:
telnet stream tcp nowait root /usr/sbin/telnetd telnetd -i -l /bin/login
Disabling the Telnet server
Disable the daemon by typing ‘#’ in front of the first character of the row to comment out the
line.
#
telnet stream tcp nowait root /usr/sbin/telnetd telnetd -i -l /bin/login
4-2
sshd
Service name
sshd
Description
A ssh server
Config files
/etc/sshd_config
/etc/ssh_config
/etc/ssh_host_dsa_key
/etc/ssh_host_dsa_key.pub
/etc/ssh_host_key
/etc/ssh_host_key.pub
/etc/ssh_host_rsa_key
/etc/ssh_host_rsa_key.pub
Start file
/etc/init.d/S50sshd