gpt4 book ai didi

Python Exscript - 使用 8022 而不是 22 端口进行 ssh

转载 作者:太空宇宙 更新时间:2023-11-03 21:40:21 24 4
gpt4 key购买 nike

是否可以使用 ssh 连接到 Python Exscript 模块中标准 port 22 以外的其他端口?

如果可以,如何实现?

浏览文档时找不到任何相关内容。

最佳答案

Protocol.connect(由SSH2继承)采用可选的port参数:

conn = SSH2()
conn.connect(hostname, 8022)

关于Python Exscript - 使用 8022 而不是 22 端口进行 ssh,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52910529/

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