+ -
当前位置:首页 → 问答吧 → 关于使用telnet远程登录

关于使用telnet远程登录

时间:2011-12-21

来源:互联网

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

作者: zxt6405   发布时间: 2011-12-21

有什么不正常的呢?

作者: linwhwylb   发布时间: 2011-12-21

没有回显的话,我怎么知道我的用户名和密码输入正确与否呢?

而且我在连接成功之后,我打任何字符,我都收不到服务端的任何响应。
只看到控制台上全是我自己打的字符。
即便一切正常,我连ls命令都用不了啊…………

作者: zxt6405   发布时间: 2011-12-21

换个工具试试呢
至少用户名肯定是要回显的呀

作者: Arnold9009   发布时间: 2011-12-21

我试过win7(打开了telnet)的CMD、putty还有一个网上找的超级终端,再加上这个Ubuntu自己的telnet,都不行。

作者: zxt6405   发布时间: 2011-12-21

给你一个访问邮件服务器的例子:

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 [email protected]
+OK Please enter password for user <[email protected]>.
PASS abc111
+OK [email protected] 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: [email protected]
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



作者: icechenbing   发布时间: 2011-12-21

引用 5 楼 icechenbing 的回复:

给你一个访问邮件服务器的例子:

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……


这么多字符……
不会是大侠你手打的吧(开玩笑……

我这里空空如也,看来确实有点问题……

作者: zxt6405   发布时间: 2011-12-21

没,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.

作者: icechenbing   发布时间: 2011-12-21

引用 7 楼 icechenbing 的回复:

没,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.


就算这个至少也有一行啊……
我这什么都没有……

作者: zxt6405   发布时间: 2011-12-21