Linux系統中Telnet的安裝與使用

來源:互聯網
上載者:User
關鍵字 Linux 安裝 Telnet

Telnet是這樣一種服務,它HTTP://www.aliyun.com/zixun/aggregation/18736.html">允許使用者登錄你的伺服器並得到一個類似于你登錄VGA終端後的命令提示符。 Telnet服務是Fedora中預設安裝但不啟動的。

Telnet的缺點是只能以純文字形式發送資料。 這就意味著別人可以利用網路分析工具通過分析資料包獲得你的使用者名和密碼。 因此對於遠端登入來說,使用具有多種加密方式的SSH更安全。

儘管如此,Telnet仍舊被普遍使用。 很多網路設備上沒有SSH用戶端,這使得人們不得不使用telnet來訪問其他設備和伺服器。 稍後我會告訴你如何降低Telnet的不安全性。

使用Telnet用戶端

在命令列中使用telnet進行遠端登入的命令很簡單。 你只要輸入「telnet IP位址/伺服器名"即可。

下面的例子中某人從伺服器bigboy登錄到伺服器smallfry,查看路由表後即登出登錄。

[root@bigboy tmp]# telnet 192.168.1.105Trying 192.168.1.105...Connected to 192.168.1.105.Escape character is '^]'. Linux 2.4.18-14 (smallfry.my-site.com) (10:35 on Sunday, 05 January 2003)Login: peterPassword:Last login: Fri Nov 22 23:29 :44 on ttyS0You have new mail. [peter@smallfry peter]$[peter@smallfry peter]$ netstat -nrKernel IP routing tableDestination Gateway Genmask Flags MSS Win dow irtt Iface255.255.255.255 0.0.0.0 255.255.255.255 UH 40 0 0 wlan0192.168.1.0 0.0.0.0 255.255.255.0 U 40 0 0 wlan0127.0 .0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo0.0.0.0 192.168.1.1 0.0.0.0 UG 40 0 0 wlan0[peter@smallfry peter]$ exitlogoutConnection closed by foreign host. [root@bigboy tmp]#

安裝Telnet服務軟體

舊版的RedHat預設已經安裝Telnet服務,但Fedora沒有,因此你要自己安裝。

大部分Linux軟體都有預編譯包,因此下載和安裝並非難事。

在搜索安裝包時,切記Telnet服務RPM包的檔案名通常以 "telnet-server"開頭,然後是版本號,如:telnet-server-0.17-28.i386.rpm。

而對於Debian/Ubuntu來說,Telnet服務包首碼為"telnetd",如:telnetd_0.17-32_i386.deb。

telnet服務的配置很簡單,但在不同Linux發行版本本中其過程略有不同。

Redhat / Fedora

使用chkconfig命令來配置telnet服務。

[root@bigboy tmp]# chkconfig telnet on

你也可以使用chkconfig --list來確認telnet將在系統重啟後啟動。

[root@bigboy tmp]# chkconfig --list | grep telnet telnet: on[root@bigboy tmp]#

使用chkconfig命令來關閉telnet服務。

[root@bigboy tmp]# chkconfig telnet off

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.