摘要:
#-*- coding: utf-8 -*- #!/usr/bin/python import paramiko import threading def ssh2(ip,username,passwd,cmd): try: ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(parami... 阅读全文
posted @ 2017-01-11 17:30
东邪西毒
阅读(2001)
评论(0)
推荐(0)
2017年1月11日