CentOS7.2上Fabric报错ValueError: CTR mode needs counter parameter, not IV

CentOS7.2上Fabric报错ValueError: CTR mode needs counter parameter,not IV

问题描述:

在CentOS7.2上运行Fabric报下面的错误

File "/usr/lib/python2.7/site-packages/fabric/network.py",line 109,in __getitem__
    self.connect(key)
  File "/usr/lib/python2.7/site-packages/fabric/network.py",line 101,in connect
    self[key] = connect(user,host,port,sock)
  File "/usr/lib/python2.7/site-packages/fabric/network.py",line 354,in connect
    sock=sock
  File "/usr/lib/python2.7/site-packages/paramiko/client.py",line 338,in connect
    t.start_client()
  File "/usr/lib/python2.7/site-packages/paramiko/transport.py",line 492,in start_client
    raise e
ValueError: CTR mode needs counter parameter,not IV

解决办法

yum install -y python2-paramiko

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native