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

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

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

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

Python - paramiko 模塊遠(yuǎn)程執(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()

因?yàn)閳?zhí)行完畢后,shell 會(huì)立即關(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 模塊遠(yuǎn)程執(zhí)行ssh 命令 nohup 不生效的問題的文章就介紹到這了,更多相關(guān)Python paramiko 模塊遠(yuǎn)程執(zhí)行ssh 命令 nohup 不生效內(nèi)容請(qǐng)搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 欧美亚洲国产成人不卡 | 亚洲精品久久精品h成人 | 亚洲 欧美 日韩 丝袜 另类 | 91久久国产综合精品女同国语 | 一级一级特黄女人精品毛片 | 国产中文字幕免费观看 | 欧美13一14周岁a在线播放 | 日韩欧美一区二区三区在线观看 | 亚洲美女高清aⅴ视频免费 亚洲美女黄色片 | a级毛片免费 | 一级特色黄大片 | 欧美日本一区亚洲欧美一区 | 香港av三级| 欧美一级高清片免费一级 | 2019在线亚洲成年视频网站 | 国产91精品露脸国语对白 | 爱爱客影院在线影院gf发现 | 日本韩国三级在线观看 | 久久怡红院亚欧成人影院 | 久爱免费观看在线网站 | 亚洲欧美国产高清va在线播放 | 男人天堂网在线观看 | 国产日韩欧美综合在线 | 日韩a级片 | 91精品欧美一区二区三区 | 国产一级片大全 | 久久精品亚洲精品国产欧美 | 欧美日韩国产综合一区二区三区 | 国产午夜精品不卡观看 | 美女又黄又免费的视频 | 日韩美女免费视频 | 青青草原色| 久久视频这里只有精品 | 在线免费看一级片 | 日本成人在线视频网站 | 亚洲日本韩国在线 | 久久免费视屏 | 在线视频 中文字幕 | 久久精品系列 | 精品国产一区二区 | 国产精品久久久久久久久久久威 |