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

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

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

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

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

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

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

因為執行完畢后,shell 會立即關閉通道

2、稍作修改,使用 invoke_shell

# 執行命令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) # 等待命令執行完成 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 模塊遠程執行ssh 命令 nohup 不生效的問題的文章就介紹到這了,更多相關Python paramiko 模塊遠程執行ssh 命令 nohup 不生效內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 国产色视频在线观看免费 | 久久精品免费观看视频 | 秋霞手机入口二日韩区 | 99免费精品 | 手机毛片免费看 | 亚洲悠悠色综合中文字幕 | 亚洲最大福利视频 | 久草福利资源网站免费 | 美女脱了内裤张开腿让男人桶网站 | 国外精品视频在线观看免费 | 免费观看亚洲视频 | 韩国一级特黄清高免费大片 | 精品一区二区三区高清免费不卡 | 夜色福利久久久久久777777 | 男人天堂网2022 | 九九精品视频在线观看 | 日韩国产在线播放 | 久久福利资源国产精品999 | 国产日韩一区二区三区在线观看 | 亚洲国产欧美日韩精品一区二区三区 | 成人午夜免费观看 | 91精品自在拍精选久久 | 久久免费视频网站 | 国产黄色网 | 色综合色狠狠天天久久婷婷基地 | 亚洲精品午夜在线观看 | 国产精品视频男人的天堂 | 韩国特级毛片 | 韩国欧洲一级毛片 | 久久精品国产免费高清 | 成人免费午间影院在线观看 | 国产成人高清精品免费观看 | 一区二区国产在线播放 | 亚洲天堂精品在线观看 | 午夜毛片视频高清不卡免费 | 国产成人啪精品视频免费网 | 四色永久 | 亚洲一级香蕉视频 | 九九精品视频在线播放8 | 久草在现视频 | 亚洲综合久久综合激情久久 |