圆月山庄资源网 Design By www.vgjia.com
这篇文章主要介绍了python 采用paramiko 远程执行命令及报错解决,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下
import sys import paramiko import config_reader from check_utils import standout_print, parse_remainsize_response_lines, error_out_print from time import time class RemoteModel: """ remote options model execute remote command """ def __init__(self, host, port=22): self.hostname = host self.port = port self.username, self.password = self.load_conf() self.s = None self.session = None self.init_conn() def load_conf(self): """ read config get the login info of remote host machine :return: login username and password of SSH login of this host """ if self.hostname.find("10.179.1.110") != -1: error_out_print("Error : the remote machine of KOR can not provide. please know") sys.exit(-1) username, password = config_reader.read_login_config(self.hostname) if not username or not password: error_out_print( 'Error: can not find ssh login info in this host[%s]. check need ' % self.hostname) sys.exit(-1) return username, password def init_conn(self): """ make a connection with the remote machine :return: """ try: paramiko.util.log_to_file("paramiko_log.log") self.s = paramiko.SSHClient() self.s.set_missing_host_key_policy(paramiko.AutoAddPolicy()) self.s.connect(hostname=self.hostname, port=self.port, username=self.username, password=self.password) standout_print('success connect the remote machine [host=%s]' % self.hostname) except Exception, e: standout_print(str(e)) standout_print( 'connect failed.in host[%s] user[%s] or pwd[%s] maybe wrong. ' % ( self.hostname, self.username, self.password)) sys.exit(-1) def close(self): """ close if close can not use this connection :return: """ if self.s: self.s.close() self = None def execute_command(self, command): """ :param command: execute cmd :return: the response lines """ standout_print("Info: execute command [%s]" % command) stdin, stdout, stderr = self.s.exec_command(command) stdin.write("pwd"+"\n") stdin.flush() response_lines = stdout.readlines() error_info = stderr.read() if error_info and error_info.strip(): error_out_print(' remote command error info : %s' % stderr.read()) error_out_print(error_info) return None # info_arr = response_info.split('\n') return response_lines def remain_space_size(self, directory_path): """ :param directory_path: :return: free size of the directory unit size : MB """ cmd = 'sudo df -m %s 1>&2' % directory_path # /usr/local/pgsql/data/ssd1 response_lines = self.execute_command(cmd) # response_lines = self.execute_command_channel(cmd) return parse_remainsize_response_lines(response_lines) def execute(self, command, sudo=False): feed_password = False if sudo and self.username != "root": command = "sudo %s" % command feed_password = "pwd" stdin, stdout, stderr = self.s.exec_command(command, get_pty=True) if feed_password: stdin.write(self.password + "\n") stdin.flush() return {'out': stdout.readlines(), 'err': stderr.readlines(), 'retval': stdout.channel.recv_exit_status()} if __name__ == '__main__': host = "" hostname = "" command = "sudo df -m /data/pgsql94/data" rm = RemoteModel(host=hostname) print rm.execute_command(command) # print rm.execute("df -m /data/pgsql94/data 1>&2", True)
报错1:
remote command error info : sudo: sorry, you must have a tty to run sudo
是由于
self.s.exec_command(command, get_pty=True)
没有设置
get_pty=True
报错2:
会卡死在
stdout.readlines()
是由于 SSH在等待输入用户名的密码
stdin.write("pwd"+"\n") stdin.flush()
该种方式进行交互,注意必须要换行"\n",和前面必须不能有空格等其他字符,确保密码正确
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
圆月山庄资源网 Design By www.vgjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
圆月山庄资源网 Design By www.vgjia.com
暂无评论...
稳了!魔兽国服回归的3条重磅消息!官宣时间再确认!
昨天有一位朋友在大神群里分享,自己亚服账号被封号之后居然弹出了国服的封号信息对话框。
这里面让他访问的是一个国服的战网网址,com.cn和后面的zh都非常明白地表明这就是国服战网。
而他在复制这个网址并且进行登录之后,确实是网易的网址,也就是我们熟悉的停服之后国服发布的暴雪游戏产品运营到期开放退款的说明。这是一件比较奇怪的事情,因为以前都没有出现这样的情况,现在突然提示跳转到国服战网的网址,是不是说明了简体中文客户端已经开始进行更新了呢?
更新日志
2024年11月05日
2024年11月05日
- 雨林唱片《赏》新曲+精选集SACD版[ISO][2.3G]
- 罗大佑与OK男女合唱团.1995-再会吧!素兰【音乐工厂】【WAV+CUE】
- 草蜢.1993-宝贝对不起(国)【宝丽金】【WAV+CUE】
- 杨培安.2009-抒·情(EP)【擎天娱乐】【WAV+CUE】
- 周慧敏《EndlessDream》[WAV+CUE]
- 彭芳《纯色角3》2007[WAV+CUE]
- 江志丰2008-今生为你[豪记][WAV+CUE]
- 罗大佑1994《恋曲2000》音乐工厂[WAV+CUE][1G]
- 群星《一首歌一个故事》赵英俊某些作品重唱企划[FLAC分轨][1G]
- 群星《网易云英文歌曲播放量TOP100》[MP3][1G]
- 方大同.2024-梦想家TheDreamer【赋音乐】【FLAC分轨】
- 李慧珍.2007-爱死了【华谊兄弟】【WAV+CUE】
- 王大文.2019-国际太空站【环球】【FLAC分轨】
- 群星《2022超好听的十倍音质网络歌曲(163)》U盘音乐[WAV分轨][1.1G]
- 童丽《啼笑姻缘》头版限量编号24K金碟[低速原抓WAV+CUE][1.1G]