【Linux】centos 7 开启telnet

2020-07-09  本文已影响0人  miniy_7
# default: yes
# description: The telnet server servestelnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet

{
flags = REUSE
socket_type = stream
wait = no
user = root
server =/usr/sbin/in.telnetd
log_on_failure += USERID
disable = no
}
pts/0
pts/1
pts/2
pts/3

查看


image.png
systemctl enable xinetd.service
systemctl enable telnet.socket
systemctl start telnet.socket
systemctl start xinetd.service
上一篇 下一篇

猜你喜欢

热点阅读