kaliLinux 安装 telnet


一、安装xinetd telnetd

root@helm:~# apt-get install xinetd telnetd

二、查看服务是否启动状态

说明自启动了

如果没有需要启动xinetd,启动命令:/etc/init.d/xinetd start

三、创建并编辑/etc/inetd.conf文件

 

四、编辑/etc/xinetd.conf

 

在文件中加上

# Simple configuration file for xinetd

# Some defaults, and include /etc/xinetd.d/

defaults

{

# Please note that you need a log_type line to be able to use log_on_success
# and log_on_failure. The default is the following :
# log_type = SYSLOG daemon info

instances = 60

log_type = SYSLOG authpriv

log_on_success = HOST PID

log_on_failure = HOST

cps = 25 30
}

includedir /etc/xinetd

然后重启服务

 

 

五、测试

 

 

六、PUTTY.EXE 登陆telnet

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM