摘要: ssh登录与证书登录实现 import paramiko from paramiko.ssh_exception import AuthenticationException def ssh_channel(connect_type=True): ssh_client = paramiko.SSHC 阅读全文
posted @ 2021-03-15 21:53 半日闲1 阅读(70) 评论(0) 推荐(0) 编辑