gpt4 book ai didi

python - Plumbum - 嵌套 SSH 远程处理/跳转主机

转载 作者:行者123 更新时间:2023-12-01 09:17:43 26 4
gpt4 key购买 nike

有没有一种好的内置方法可以通过“跳转主机”与 Plumbum 连接。

我考虑过对 ParamikoMachine 进行子类化以提供我自己的 SSHClient 对象。

还有其他想法吗?

最佳答案

尝试使用SshMachinessh_opts:(参见https://github.com/tomerfiliba/plumbum/blob/4e4a35394c1385721cc0e07eb6e9414f3466c5b3/plumbum/machines/ssh_machine.py#L60)

with SshMachine("finalhost", ssh_opts=["-o ProxyCommand='ssh -W finalhost:22 user@jumphost'"]) as rem:
r_ls = rem["ls"]

关于python - Plumbum - 嵌套 SSH 远程处理/跳转主机,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51089044/

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