gpt4 book ai didi

http - 你能telnet到ssh吗?

转载 作者:可可西里 更新时间:2023-11-01 02:30:34 25 4
gpt4 key购买 nike

我知道您可以使用 HTTP 协议(protocol)标准远程登录并与 HTTP 服务器协商 - 例如:

telnet google.com 80
Trying 173.194.70.139...
Connected to google.com.
Escape character is '^]'.
GET / HTTP.1.1
HOST: my.com

我得到回应:

HTTP/1.0 400 Bad Request
Content-Type: text/html; charset=UTF-8
Content-Length: 925
Date: Wed, 18 Jul 2012 19:17:26 GMT
Server: GFE/2.0

但我的问题是我可以对 SSH 协议(protocol)做同样的事情吗?

最佳答案

尝试在端口 22 上使用 telnet 访问 SSH 服务器。您会收到第一条消息,但没有其他有用的信息。只是“协议(protocol)不匹配”,连接关闭。

telnet 客户端作为一种工具在这方面很有用,因为它使用纯文本协议(protocol)。您可以使用不同的纯文本协议(protocol)访问任何端口并在脑海中对其进行解码,就像使用 HTTP 一样。 SSH 对所有内容进行加密,因此使用 telnet 连接到 SSH 服务器将被证明用肉眼难以阅读。

telnet yoursshserver 22
Trying 50.112.5.74...
Connected to yoursshserver.
Escape character is '^]'.
SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
something I typed
Protocol mismatch.
Connection closed by foreign host.

关于http - 你能telnet到ssh吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11548787/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com