日期:2014-05-16  浏览次数:20558 次

关于使用telnet远程登录
我在Ubuntu下使用telnet工具远程登录服务器。
工具提示我登录成功了,但是没有任何的回显字符,连提示我输入用户名和密码的字符也没有。
这是正常的么?

------解决方案--------------------
换个工具试试呢
至少用户名肯定是要回显的呀

------解决方案--------------------
给你一个访问邮件服务器的例子:

C/C++ code

[chenbing@rh5t151 pmail]$ telnet 10.3.3.151 52110
Trying 10.3.3.151...
Connected to rh5t151 (10.3.3.151).
Escape character is '^]'.
+OK  AIMC POP service (aimc.com) is ready.
USER cbsendmail111@wo.com.cn
+OK Please enter password for user <cbsendmail111@wo.com.cn>.
PASS abc111
+OK cbsendmail111@wo.com.cn has 2 message (1620 octets)
lit^H
-ERR BAD command syntax error
list
+OK 2 messages (1620 octets)
1 910
2 710
.
TOP 1 0
+OK 910 octets
From: emailadm@GEN_SYSNAME
To: cbsendmail111@wo.com.cn
Subject: POP代理收信结果
Date: Wed, 14 Dec 2011 14:37:15 +0800
MIME-Version: 1.0
Content-Type: text/html;
        charset="UTF-8"
Content-Transfer-Encoding: 8bit

------解决方案--------------------
没,telnet返回就这个而已:
[chenbing@rh5t151 pmail]$ telnet 10.3.3.151 52110
Trying 10.3.3.151...
Connected to rh5t151 (10.3.3.151).
Escape character is '^]'.
+OK AIMC POP service (aimc.com) is ready.