摘要: # -*- coding: utf-8 -*-import paramiko# @Singletonclass SSHLinuxClient(object): def __init__(self, hostname, port, username, password, key_filename): 阅读全文
posted @ 2022-05-30 17:55 wyz_1 阅读(130) 评论(0) 推荐(0) 编辑