亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

解決Python paramiko 模塊遠程執行ssh 命令 nohup 不生效的問題

瀏覽:109日期:2022-07-17 14:26:00

Python - paramiko 模塊遠程執行ssh 命令 nohup 不生效的問題解決

1、使用 paramiko 模塊ssh 登陸到 linux 執行nohup命令不生效

# 執行命令def command(ssh_config, cmd, result_print=None, nohup=False): ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) ssh.connect(hostname=ssh_config.hostname, port=ssh_config.port, username=ssh_config.username,password=ssh_config.password) print(ssh_config.hostname + ’@’ + ssh_config.username, ’: ’, cmd) stdin, stdout, stderr = ssh.exec_command(cmd) result = stdout.read() if result_print: lines = read_unicode(result) for line in lines: print(line) ssh.close()

因為執行完畢后,shell 會立即關閉通道

2、稍作修改,使用 invoke_shell

# 執行命令def command(ssh_config, cmd, result_print=None, nohup=False): ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) ssh.connect(hostname=ssh_config.hostname, port=ssh_config.port, username=ssh_config.username,password=ssh_config.password) print(ssh_config.hostname + ’@’ + ssh_config.username, ’: ’, cmd) if nohup: cmd += ’ & n ’ invoke = ssh.invoke_shell() invoke.send(cmd) # 等待命令執行完成 time.sleep(2) else: stdin, stdout, stderr = ssh.exec_command(cmd) result = stdout.read() if result_print: lines = read_unicode(result) for line in lines:print(line) ssh.close()

到此這篇關于解決Python paramiko 模塊遠程執行ssh 命令 nohup 不生效的問題的文章就介紹到這了,更多相關Python paramiko 模塊遠程執行ssh 命令 nohup 不生效內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 中文字幕亚洲欧美 | 欧美一级特黄aa大片视频 | 18年大片免费在线观看 | 久久久久久久久女黄9999 | 国产麻豆精品免费密入口 | 在线无限看免费网站 | 永久免费在线视频 | 免费黄色片大全 | 一级毛片欧美一级日韩黄 | 成人欧美一区二区三区小说 | 一级毛片视频 | 午夜国产精品久久影院 | 国产精品欧美亚洲韩国日本久久 | 国产精品极品美女自在线看免费一区二区 | 国产一区二区在线观看视频 | 国产乱码精品一区二区三区网页版 | 久久激情免费视频 | 日韩中文字幕高清在线专区 | a级国产 | 国内真实实拍伦视频在线观看 | 日本一级特黄aa大片在线观看 | 色婷婷色综合缴情在线 | 欧美一级毛片高清毛片 | 每日更新国产 | 国产视频一二三区 | 久久香蕉国产线看观看8青草 | 国产成人91| 久爱视频在线观看 | 成人小视频在线 | 国产日韩欧美在线观看 | 国产露脸国语对白在线 | 人妖三人交69欧美 | 亚洲精品欧美一区二区三区 | 国产日韩一区在线精品欧美玲 | 免费中文字幕乱码电影麻豆网 | 免费亚洲成人 | 亚洲欧洲日韩国产aa色大片 | 国产精品亚洲专一区二区三区 | 一区二区三区在线 | 日本 | 国产精品免费一级在线观看 | 麻豆一区二区三区在线观看 |