摘要: 1 #!/usr/bin/env python 2 # -*- coding: UTF-8 -*- 3 4 import paramiko 5 import os 6 import re 7 8 9 class SSHConnection(object): 10 def __init__(self, host, port, username, password):... 阅读全文
posted @ 2017-11-17 16:14 wpf188 阅读(670) 评论(0) 推荐(0)