1、安装xinetd 以及telnetd

#:~$ sudo apt-get install xinetd telnetd

2、配置文件(若文件不存在就手动添加文件和相应配置信息)

1): #:~$ vi /etc/inetd.conf 添加下面一行信息

telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd

2):  #:~$ vi  /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.d

3):  #:~$ vi  /etc/xinetd.d/telnet 修改下面红色标注部分的信息

# default: on

# description: The telnet server serves telnet sessions; it uses \

# unencrypted username/password pairs for authentication.

service telnet

{

disable = no 

flags = REUSE 

socket_type = stream 

wait = no 

user = root 

server = /usr/sbin/in.telnetd 

log_on_failure += USERID 

}

3. 重启机器或重启网络服务

#:~$ /etc/init.d/xinetd restart

最新文章

  1. shell条件判断与流程控制
  2. ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var mysql 启动不了(转载)
  3. IOS网络第四天 -网络文件上传(0923略)
  4. Github注册过程以及对管理软件的了解
  5. 画一画javascript原型链
  6. Master page and jquery
  7. 【Reporting Services 报表开发】— 数据表的使用
  8. [ActionScript 3.0] AS3 判断字符串是否为数字
  9. 『重构--改善既有代码的设计』读书笔记----Introduce Local Extension
  10. Linux网桥
  11. 基于visual Studio2013解决C语言竞赛题之1081shell排序
  12. bootstrap-paginator 分页插件笔记
  13. 在.NET Core中使用Irony实现自己的查询语言语法解析器
  14. W10激活
  15. Postman 使用方法详解
  16. POJ 2443 Set Operation
  17. 用VScode代码调试Python
  18. .NET Core开发日志——ADO.NET与SQL Server
  19. range循环
  20. C#集合通论

热门文章

  1. JS中数组和对象的区别
  2. 使用SVG绘制流程图
  3. Android BitmapDrawable
  4. Vue 框架-01- 入门篇 图文教程
  5. Python爬虫教程-02-使用urlopen
  6. String和StringBuffer有什么区别
  7. JUnit测试模块使用
  8. Linux常用命令(一)————查找和替换
  9. leetcode Ch3-DFS & Backtracking I
  10. Sqlite EF6注册