-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
服务器端口为10022时无法连接成功 #7
Comments
已知悉,周末就解决,谢谢你的配合~ |
我使用的是公司的电脑, 当时安装的时候是按照 README.md 下 Information 进行操作的, 具体的 paramiko 版本我这边暂时无法知晓. python 的版本我使用的是 2.7. |
如果你那里可以复现的话,请在daemon.py中加入调试信息,打印出port的值,看看传递的值对否;看前段代码不应该是jquery取值错误,我这里看到的传递的值都是对的 |
ssh.connect中传递的参数是key-value的,不应该是那个逗号的问题 |
debug 查看的端口是 10022. |
由于服务器 ssh 远程端口为 10022, 所以我这边测试发现 webssh 连接一直提示失败, 根据作者的提示, 我改了下服务器的 ssh 端口为 22 之后, 发现竟然奇迹般的成功了.
还望作者尽快修复. 加油!
The text was updated successfully, but these errors were encountered: