Python subprocess execute script via ssh without waiting for process ends

前端 未结 0 828
耶瑟儿~
耶瑟儿~ 2021-01-06 17:14

i have a Python code that executes script on remote host

def execute_activation_script(ip):
    with Popen([\'sshpass\', \'-p\', password, \'ssh\', \'-T\', \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题