色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

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

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

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

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

# 執(zhí)行命令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()

因為執(zhí)行完畢后,shell 會立即關(guān)閉通道

2、稍作修改,使用 invoke_shell

# 執(zhí)行命令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) # 等待命令執(zhí)行完成 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()

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

標簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 亚洲免费视频在线 | 亚州综合网 | 东凛中文字幕 | 免费ab| 91影视永久福利免费观看 | 欧美一级纶理片免费 | 日韩精品久久久免费观看夜色 | 欧美日韩亚洲高清不卡一区二区三区 | a级男女性高爱潮高清试 | 在线观看欧洲成人免费视频 | 久久99久久精品国产99热 | 日韩一区三区 | 亚洲一区二区影视 | 久久久久久久久免费影院 | 手机看片日韩日韩国产在线看 | 亚洲国产在 | 欧美成人性色大片在线观看 | 免费岛国小视频在线观看 | 欧美综合一区二区三区 | 日韩精品一区二区三区四区 | 三级毛片网站 | 国产网站免费 | 午夜67194 | 亚洲欧美高清视频 | 欧美一级亚洲一级 | 一级女性黄 色生活片 | 韩国毛片免费看 | 国内自拍第100页 | 免费播放毛片 | 不卡午夜 | 国产亚洲精品成人久久网站 | 99视频在线观看免费视频 | 精品无码久久久久久国产 | 午夜免费福利网站 | 亚洲三及片 | 国产成人麻豆tv在线观看 | 成人欧美一区在线视频在线观看 | 国产成人综合日韩精品婷婷九月 | 免费在线观看的毛片 | 可以看的毛片网站 | 国产成年人网站 |