摘要: import paramiko import time hostname = '192.168.248.156' port = 22 user = 'zhou' passwd = '123' paramiko.util.log_to_file('paramiko.log') s = paramiko.SSHClient() s.set_missing_host_key_policy(pa... 阅读全文
posted @ 2017-11-17 01:07 爱编程的小兵 阅读(542) 评论(0) 推荐(0) 编辑