快速业务通道

LINUX-TELNET/SSH配置

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-18

TELNET/SSH服务的配置.

TELNET简介:

telnet,最早是用于连接BBS的工具.它在网络中传输数据时使用的是明文方式,这带来了安全隐患,它是以明文方式传输,渐渐被ssh代替.ssh就是在telnet基础上增加了安全性的远程登录软件,ssh在网络中传输的数据是经过加密的.

Empire CMS,phome.net
TELNET基本配置:

安装软件:

[root@rhel ~]# rpm -ivh /misc/cd/Server/telnet-server-0.17-39.el5.i386.rpm

启动telnet

最简单的方法是使用ntsysv命令调出图形界面把telnet选择即可.

[root@rhel ~]# ntsysv

Empire CMS,phome.net
第二种方法:编辑配置文件:

[root@rhel ~]# vi /etc/xinetd.d/telnet

service telnet

{

flags = REUSE

socket_type = stream

wait = no

user = root

server = /usr/sbin/in.telnetd

Empire CMS,phome.net
log_on_failure = USERID

disable = no //只需修改这里即可.

}

[root@rhel ~]# service xinetd restart //telnetxinetd的一个子服务.

测试:(关掉服务器防火墙

C:\>telnet 192.168.10.10

Red Hat Enterprise Linux Server release 5.3 (Tikanga)

Empire CMS,phome.net

Kernel 2.6.18-128.el5 on an i686

login: root

Password:

Login incorrect

默认情况下root用户是不能登录的,出于安全考虑.那么在服务器上新建一个用户试试.

[root@rhel ~]# useradd rhel

[root@rhel ~]# passwd rhel

Changing password for user rhel.

New UNIX password:

BAD PASSWORD: it is based on a dictionary word

Retype new UNIX password:

Empire CMS,phome.net

passwd: all authentication tokens updated successfully.

C:\>telnet 192.168.10.10

Red Hat Enterprise Linux Server release 5.3 (Tikanga)

Kernel 2.6.18-128.el5 on an i686

login: rhel

Password:

[rhel@rhel ~]$

已经成功登录.这里要注意的是如果一个用户没有设置密码是不能登录的.当然,没有密码的用户在linux本地也是不能登录的.那怎么让root用户能登录呢?

Empire CMS,phome.net
/etc/hosts.allow中添加允许访问的主机,只要没有出现在允许访问列表中的主机一律拒绝,这样也增强了安全性.如果这两个文件存在岐义,就以/etc/hosts.allow中的优先,举例说明:如果在允许列表中允许一台主机访问,以在拒绝列表中拒绝了这台主机的访问,那么这台主机是可以访问的.

完成,测试.

Empire CMS,phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号