This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您尝试连接的服务器可能没有侦听端口 22。您确定 SSH 服务器正在 hostxxx 上运行吗?
尝试:
ssh usernamexxx@hostxxx
并验证您是否可以使用 SSH 连接到服务器。
The server you are trying to connect to is probably not listening on port 22. Are you sure an SSH server is running on hostxxx?
try:
ssh usernamexxx@hostxxx
and verify that you can connect to the server with SSH.