建设工作站服务器
telnet的构成
配置文件允许您设置telnet的连接时间、连接数、连接ip等,以实现更安全的连接
1
,设定连接时间,输入参数“access_times”
[root@localhost wj]#
gedit /etc/xinetd.d/telnet
服务电话
{
flags=REUSE
socket_type=stream
wait=no
user=根
server=/usr/sbin/in.telnetd
log_on_failure=USERID
disable=no否
access _ times=08:00-09:0013:00-15:00 /
规定允许连接的时间段
8~9
重点、
13~15
重点
}
[root@localhost wj]#
服务xinetd restart//
重新启动服务
停止
xinetd
:
[
确认
]
启动中
xinetd
:
[
确认
]
[root@localhost wj]#
telnet 192.168.0.119 //
尝试连接
Trying 192.168.0.119 .
已连接to 192.168.0.119。
Escape character is &; #039; ^]&; #039;
connectionclosedbyforeignhost.//
无法连接
2
设定连接数。 可以通过参数“instances”设定允许连接数,超过该值则无法连接
[root@localhost wj]#
gedit /etc/xinetd.d/telnet
服务电话
{
flags=REUSE
socket_type=stream
wait=no
user=根
server=/usr/sbin/in.telnetd
log_on_failure=USERID
disable=no否
instances=1 //
这里只允许一个连接,第二个将无法连接
}
[root@localhost wj]#
服务xinetd restart//
重新启动服务
停止
xinetd
:
[
确认
]
启动中
xinetd
:
[
确认
]
[root@localhost wj]#
telnet 192.168.0.119 //
第一个连接
已连接to 192.168.0.119。
login: david
Password :
lastlog in:thu aug 1609:10:22 from 192.168.0.119
already login //
成功
[root@localhost wj]#
telnet 192.168.0.119 //
第二个连接
已连接to 192.168.0.119。
connectionclosedbyforeignhost.//
失败
3
、允许/禁止特定ip或网段登录、参数“only-from”“no _ access”
[root@localhost wj]#
gedit /etc/xinetd.d/telnet
服务电话
{
flags=REUSE
socket_type=stream
wait=no
user=根
server=/usr/sbin/in.telnetd
log_on_failure=USERID
disable=no否
only_from=192.168.0.113 //
被允许的是
113
连接
# only_from=192.168.0.0/24 //
许可
1至254
连接
# only _ from=192.168.0.100-192.168.0.200 /
许可
100至200
连接
# only_from=192.168.0. //
许可
113
和
114
连接
# no_access=192.168.0.113 //
禁止
113
连接、其他表示法相同
}
4
允许根连接。 只要删除文件“/etc/securetty”,系统就无法读取该文件,并自然地继续进行根登录
[root@localhost wj]#
mv/etc/securetty/etc/securetty.bak /
重命名文件
[root@localhost wj]#
服务xinetd restart//
重新启动服务
停止
xinetd
:
[
确认
]
启动中
xinetd
:
[
确认
]
[root@localhost wj]#
telnet 192.168.0.119 //
连接
Trying 192.168.0.119 .
已连接to 192.168.0.119。
login: root //
使用
路线
用户连接
Password :
lastlog in:thu aug 1607:51:45 from 192.168.0.119
备用日志in
//
连接成功了
制作了Linux学习的平台。 现在,出现了一个个的形状。 请作为参考
链接:
https
//pan.Baidu.com/s/1 go LV U2 cbpbngtunztvpacq密码: n7bk
详情请访问云服务器、域名注册、虚拟主机的问题,请访问西部数码代理商官方网站: www.chenqinet.cn