0

我已经安装了 shellhub 并将 shellhub 的 ssh 端口配置为 2222,因为我在端口 22 上运行了 ssh-server 我尝试使用下面的命令使用它的 SSHID 连接到我的设备之一:

ssh mgpu@mgpu.e8-39-35-30-bc-a9@myshellhub.com  

但得到: Permission denied, please try again.

感谢您的帮助。

4

1 回答 1

0

阅读 shellhub.io文档后,我应该使用安装 shellhub 服务器时配置的 ssh 端口,而不是目标计算机的 ssh 端口。正确使用的命令是

ssh mgpu@mgpu.e8-39-35-30-bc-a9@myshellhub.com -p 2222
于 2021-02-09T18:58:16.390 回答