当我终止 Python Paramiko 脚本时,如何确保所有生成的进程都会终止?
当我使用 Python Paramiko 在远程计算机上生成一个进程时,如何确保该进程会在连接终止时终止?
具体来说,我遇到的问题是我将使用 Paramiko 运行 wget 或其他一些命令,它会挂起。不幸的是,当我直接终止python脚本进程时,远程机器上的进程并没有终止。它只是继续运行,我还有另一个挂起的进程。
我必须直接终止该进程,因为我试图将其与只能直接终止进程的工具链接。
我听说可以通过将 SSH 设为“控制终端”来在 SSH 中完成此操作。 Paramiko 中是否有任何东西可以做到这一点,或者在远程计算机生成后杀死它?
谢谢!
How does one ensure when I spawn a process on a remote machine using Python Paramiko, that the process will die when the connection does?
Specifically, the issue I'm having is I'll run wget or some other command using Paramiko, and it will hang. Unfortunately, when I kill the python script process directly, The process on the remote machine does not die. It just keeps running and I have another hanging process.
I have to kill the process directly because I'm trying to link it with a tool which can only kill processes directly.
I've heard that this can be done in SSH by making SSH a "Control Terminal". Is there anything in Paramiko that can do this, or just kill any processes on a remote machine after it spawned?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论