国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

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

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

瀏覽:82日期: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()

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

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: a级毛片毛片免费观看永久 a级毛片毛片免费很很综合 | 日韩在线精品 | 亚洲 欧美 日韩 在线 中文字幕 | 中文字幕一区二区三区久久网站 | 黄片毛片在线观看 | 国产深夜福利在线观看网站 | 亚洲系列第一页 | 久久精品久久精品 | 做爰成人五级在线视频| 丁香婷婷影音先锋5566 | 精品一区二区三区免费毛片爱 | 亚洲成a人片在线网站 | 亚洲国产精品一区二区三区在线观看 | 精品久久影院 | 91久久精品国产91性色tv | 精品国产综合区久久久久久 | 国产成人黄网在线免 | 国产精品高清全国免费观看 | 18videosex性欧美69| 亚洲精品日韩一区二区 | 国产成人小视频 | 亚洲视频一区在线 | 在线看片a | 在线播放 亚洲 | 午夜性爽爽爽 | 日韩在线视频免费 | 欧美大片在线观看成人 | 国产精品视频免费一区二区三区 | 国产三级在线观看a | tom影院亚洲国产 | 久草视频免费播放 | 日韩美女大全视频在线 | 国产一区视频在线 | 久久亚洲精品视频 | 深夜福利国产 | 色综合天天综合网看在线影院 | 久久精品视频2 | 色内内免费视频播放 | 免费看一毛一级毛片视频 | 国产日韩欧美在线观看不卡 | 免费看一级 |