色综合图-色综合图片-色综合图片二区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)文章:
主站蜘蛛池模板: 一级做a毛片在线看 | 偷偷久久| 国内自拍一区 | 成人在线观看一区 | 久久久久99精品成人片三人毛片 | 麻豆国产96在线 | 中国 | 亚洲国产成人影院播放 | 男女猛烈无遮掩免费视频 | 亚洲高清一区二区三区久久 | 日本国产最新一区二区三区 | 成年女人毛片免费播放人 | 人成在线免费视频 | 成人性色生活影片 | 亚洲一区亚洲二区 | 久久91精品国产91久久小草 | 日本一区二区三区四区无限 | 国产在线综合一区二区三区 | 国产亚洲高清在线精品99 | 精品动漫一区二区 | 思思99re| 久久免费播放视频 | 久久久高清免费视频 | 亚洲欧美另类专区 | 国产亚洲欧美视频 | 国产一级aa大片毛片 | 久久精品视 | 久久中文字幕日韩精品 | 99精品欧美一区二区三区 | 国产成人高清精品免费观看 | 欧美色穴 | 欧美一区二区三区国产精品 | www.日本高清.com| 三级国产在线观看 | 美女黄色免费在线观看 | 亚洲涩涩精品专区 | 国产精品久久久久久久久久日本 | 日韩一区二区三区在线播放 | 精品国产午夜肉伦伦影院 | 欧美三级超在线视频 | 欧美一级aⅴ毛片 | 香港激情三级做爰小说 |