isc442 / demodemo

Automatically exported from code.google.com/p/demodemo
0 stars 0 forks source link

install GUN inetutils. #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. download linkÖ
http://www.gnu.org/software/inetutils/

2. add config file in /etc/inetd.conf.
telnet  stream  tcp4    nowait  root    /usr/kerberos/sbin/telnetd      telnetd

3. start ineted: /usr/local/inetutils/bin/inetd --debug /etc/inetd.conf

4. check error message: /var/log/messages

Original issue reported on code.google.com by wudalong@gmail.com on 9 Jun 2009 at 8:58

GoogleCodeExporter commented 8 years ago
remove /etc/securetty to enable root login by telnet.
mv /etc/securetty /etc/securetty.save

Original comment by wudalong@gmail.com on 9 Jun 2009 at 9:08