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

您的位置:首頁技術(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)文章:
主站蜘蛛池模板: 看真人视频一级毛片 | 97在线视频网站 | 国产手机在线国内精品 | 无限观看社区在线视频 | 国产在线精品一区二区夜色 | 一级黄色毛片播放 | 男女男精品视频免费观看 | 成年人视频在线免费看 | 欧美在线观看不卡 | 日日摸日日碰夜夜97 | 九色自拍视频 | 91精品国产免费久久久久久 | 国产精品久久国产三级国不卡顿 | 搞黄网站在线观看 | 久久永久免费视频 | 亚洲综合色自拍一区 | 在线观看亚洲精品专区 | 亚州一级毛片 | 亚洲人成综合网站在线 | 步兵社区在线观看 | 午夜精品视频在线观看美女 | 国产欧美一级片 | 欧美成人精品欧美一级乱黄 | 欧美国产日韩在线播放 | 久久影视一区 | 欧美精品成人一区二区视频一 | 成人国产片免费 | 国产精品91在线 | 天堂mv亚洲mv在线播放9蜜 | 欧洲亚洲一区二区三区 | 欧美国产亚洲一区 | 亚洲第一在线播放 | 男人的天堂在线精品视频 | 欧洲女同互慰在线视频 | 国产日韩精品一区在线不卡 | 高清性色生活片欧美在线 | 最新国产美女肝交视频播放 | 精品国产成a人在线观看 | 5x社区直接进入一区二区三区 | 亚洲资源在线观看 | 国产色啪午夜免费视频 |