摘要: import paramiko,os import logging class ssh_host(object): def __init__(self,host_ip,password,port=22,user='root',log_file='ssh_host.log'): self.host_ip = host_ip self.password = p... 阅读全文
posted @ 2017-11-23 15:44 灬魑魅魍魉灬 阅读(974) 评论(0) 推荐(0) 编辑