分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 前端开发

kaliLinux 安装 telnet

发布时间:2023-09-06 02:07责任编辑:蔡小小关键词:Linux

一、安装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

kaliLinux 安装 telnet

原文地址:https://www.cnblogs.com/amishe/p/9463221.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved