博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu12.04 telnet配置
阅读量:5039 次
发布时间:2019-06-12

本文共 1087 字,大约阅读时间需要 3 分钟。

刚安装的ubuntu12.04还没有telnet功能,需要配置一下
我主要是想让ubuntu12.04开启telnet服务做服务器
安装openbsd-inetd:
#sudo apt-get install openbsd-inetd
安装telnetd:
#sudo apt-get install telnetd
在etc/inetd.conf文件中可以看到这一行内容: telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd 如果没有这一行内容,就手动加上
重启openbsd-inetd
#/etc/init.d/openbsd-inetd restart
查看telnet运行状态
#netstat -a | grep telnet 输出: tcp 0 0 *:telnet *:* LISTEN
在windows的命令行中输入:
telnet 192.168.1.8(我的linux的IP地址) 按照提示输入用户名和密码进入(非root用户)
效果如下:
Ubuntu 12.04 ubuntu login: kevin
Password: Linux ubuntu 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19
20:34:50 UTC 20 10 i686 GNU/Linux Ubuntu 12.04 Welcome to Ubuntu! * Documentation:  https://help.ubuntu.com/
New release 'natty' available. Run 'do-release-upgrade' to upgrade to it.
The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.

转载于:https://www.cnblogs.com/wolf-sky/archive/2012/09/19/2694281.html

你可能感兴趣的文章
返回顶部(动画)
查看>>
webpack+react+antd 单页面应用实例
查看>>
Confluence 6 SQL Server 数据库驱动修改
查看>>
Confluence 6 通过 SSL 或 HTTPS 运行 - 备注和问题解决
查看>>
【47.76%】【Round #380B】Spotlights
查看>>
Git(使用码云)
查看>>
分享Java web 开发必游之路
查看>>
IIS初始化(预加载),解决第一次访问慢,程序池被回收问题(转载)
查看>>
Bean的Scope
查看>>
【BZOJ】3142: [Hnoi2013]数列
查看>>
http初探
查看>>
elasticsearch的安装
查看>>
__next__()
查看>>
爬取:中国大学排名
查看>>
聊天室(C++客户端+Pyhton服务器)_1.框架搭设
查看>>
UpdatePanel 内控件 更新“外的”控件【转】
查看>>
mybatis中>=和<=的实现方式
查看>>
Python面向对象03/继承
查看>>
java序列化和反序列化
查看>>
绝对定位
查看>>