Python Exscript - 使用 8022 而不是 22 端口与 ssh
Python Exscript - use 8022 instead of 22 port with ssh
是否可以通过 ssh
连接到 Python Exscript
模块中标准 port 22
以外的其他端口?
如果是这样,如何实现?
浏览文档时找不到任何相关内容。
Protocol.connect
(由 SSH2
继承)采用可选的 port
参数:
conn = SSH2()
conn.connect(hostname, 8022)
是否可以通过 ssh
连接到 Python Exscript
模块中标准 port 22
以外的其他端口?
如果是这样,如何实现?
浏览文档时找不到任何相关内容。
Protocol.connect
(由 SSH2
继承)采用可选的 port
参数:
conn = SSH2()
conn.connect(hostname, 8022)