real6410 telnet server简单配置

基本东西都交叉编译好了,下载地址http://download.csdn.net/detail/fzxy002763/3202765

用法:

#MADE BY EDWARD.XU
#1
#Copy the services passwd inetd.conf to the direction /etc
#example
cp services passwd inetd.conf /etc
#2
#Copy the telnetd inetd to the direction /usr/sbin
#example
cp telnetd inetd /usr/sbin
#3
#change the rcS (rcS in the direction /etc/init.d)
#example
vi /etc/init.d/rcS
#add
/usr/sbin/inetd
/usr/sbin/telnetd
#4
#change the usr&passwd
#example
vi /etc/passwd
#it type is
#usr:passwd:user id:group id:user name:user direction:bash
#example
xfx::0:0:Linux User,,,:/use/xfx:/bin/bash
#the password should be compile de by MOD5
#so,you should not type the password at first
#then,you can change it by the passwd
#example
passwd xfx
#OK,all config is ok
reboot
#good luck

你可能感兴趣的:(server)