溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶(hù)服務(wù)條款》

Linux使用telnet服務(wù)遠(yuǎn)程

發(fā)布時(shí)間:2020-06-19 12:45:20 來(lái)源:網(wǎng)絡(luò) 閱讀:351 作者:棒棒糖w 欄目:系統(tǒng)運(yùn)維

Linux 使用 telnet 服務(wù)遠(yuǎn)程
實(shí)驗(yàn)環(huán)境 Red Hat Enterprise 7.0
安裝所需軟件 xinetd 以及telnet telnet-server
telnet-server-0.17-64.el7.x86_64
telnet-0.17-64.el7.x86_64
xinetd.x86_64
安裝完成后在 /etc/xinetd.d/telnet 增加如下文件
[root@lin100 xinetd.d]# vi /etc/xinetd.d/telnet
#default: on
#description: The telnet server serves telnet 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
}
之后啟動(dòng)xinetd 就可用遠(yuǎn)程訪(fǎng)問(wèn)了

使用事先準(zhǔn)備好的普通賬號(hào)登錄telnet
由于默認(rèn)telnet 端口為 23
Linux使用telnet服務(wù)遠(yuǎn)程
Linux使用telnet服務(wù)遠(yuǎn)程
Linux使用telnet服務(wù)遠(yuǎn)程

向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI