您好,登錄后才能下訂單哦!
這篇文章主要介紹“CentOS7下如何安裝telnet服務”,在日常操作中,相信很多人在CentOS7下如何安裝telnet服務問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”CentOS7下如何安裝telnet服務”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
centos7 下安裝telnet服務的實現(xiàn)方法
# 安裝 telnet 避免 ssh 無法登錄
yum -y install xinetd telnet telnet-server
# 允許 root 賬號登陸
vi /etc/securetty
# 末尾添加兩行
pts/0 pts/1
# 添加防火墻端口
vi /etc/sysconfig/iptables -a input -p tcp -m state --state new -m tcp --dport 23 -j accept
# 重啟服務關閉 firewalld
systemctl restart iptables systemctl disable firewalld systemctl stop firewalld
# 注冊服務
systemctl enable telnet.socket systemctl start telnet.socket systemctl enable xinetd systemctl start xinetd
# centos7下面安裝telnet 沒有生成 /etc/xinetd.d/telnet 文件,我照以前的配置自己寫了個進去貌似沒用處,網(wǎng)上也沒找到更多資料了
# 現(xiàn)在這樣臨時用用也夠了
到此,關于“CentOS7下如何安裝telnet服務”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續(xù)學習更多相關知識,請繼續(xù)關注億速云網(wǎng)站,小編會繼續(xù)努力為大家?guī)砀鄬嵱玫奈恼拢?/p>
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內容。