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

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

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

瀏覽:79日期: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 會立即關閉通道

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()

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

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 国产情侣自拍偷拍 | 久久精品国产视频 | 国产91在线 | 日本 | 国产女人在线 | 热久久综合网 | 久久国产精品久久久久久小说 | 91国内在线国内在线播放 | 精品哟哟哟国产在线不卡 | 福利在线一区二区 | 久久国产免费观看精品 | 在线观看精品国语偷拍 | 国产美女无遮挡免费视频网站 | 国产精品第一页爽爽影院 | 欧美在线乱妇一级毛片 | 日本高清免费毛片久久看 | 亚洲成人免费在线 | 日韩欧美国产亚洲 | 亚洲精品一区二区三区四区 | 亚洲美女色成人综合 | aa级毛片毛片免费观看久 | 野外啪啪抽搐一进一出 | 黄频在线播放观看 免费 | 欧美一级aⅴ毛片 | 在线精品日韩一区二区三区 | 国产精品一区二区 尿失禁 国产精品一区二区三 | 久久综合一区二区三区 | 亚洲欧美久久精品一区 | 亚洲欧美日韩精品久久奇米色影视 | 美女视频一区二区三区在线 | 91久久国产成人免费观看资源 | 大片免免费观看视频播放网站 | 国产欧美性综合视频性刺激 | 另类图片第一页 | 日韩中文字幕在线播放 | 国产福利视频一区二区三区 | 亚洲国产成人影院播放 | 国产精品久久久久久久久久久不卡 | 91精品国产爱久久久久 | 黄色片1级 | 中日韩欧美一级毛片 | 亚洲天堂一级片 |