摘要: import paramiko import time class CONSSH: def __init__(self, host, username, password, port=22): self.__ssh = paramiko.SSHClient() self.__ssh.set_miss 阅读全文
posted @ 2021-01-18 22:13 盈盈的月儿 阅读(731) 评论(0) 推荐(0) 编辑