paramiko远程连接服务器报错:paramiko.ssh_exception.SSHException: Server '10.114.2.3' not found in kn

# 创建SSH对象
ssh = paramiko.SSHClient()
# 允许连接不在know_hosts文件中的主机
ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) -----加上这一句
# 连接服务器
ssh.connect(hostname=hostname,port=22, username=username, password=password)
上一篇:系统无法启动,单用户模式下mount -o remount,rw / 修改fstab


下一篇:深度系统下无法在win10盘保存 deepin文件管理上锁无法正常新建和保存文件的解决办法