摘要: import paramiko ssh = paramiko.SSHClient() print ssh.get_host_keys() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) ssh.connect(hostname="1 阅读全文
posted @ 2019-11-27 15:49 nevermore_29 阅读(339) 评论(0) 推荐(0) 编辑