zoukankan      html  css  js  c++  java
  • 使用paramiko的问题记录

    用paramiko时遇到问题,异常如下:

    解决方法记录如下:

    更新gmp版本:

    wget https://ftp.gnu.org/gnu/gmp/gmp-6.0.0a.tar.bz2

    tar -xvjpf gmp-6.0.0a.tar.bz2
    ./configure 
    make 
    make check <= VERY IMPORTANT!! 
    make install 

    安装pycrypto:

    wget https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.6.1.tar.gz

    tar -zxvf pycrypto-2.6.1.tar.gz

    ./configure

    python setup.py install

  • 相关阅读:
    python读取二进制文件写入到txt
    python格式化输出
    字符编码
    python--随时记录
    python-web服务器
    openssh移植
    select、poll、epoll
    (总结)Nginx/LVS/HAProxy负载均衡软件的优缺点详解
    heartbeat与keepalived的区别
    salt 常用命令整理
  • 原文地址:https://www.cnblogs.com/aiwa/p/6670101.html
Copyright © 2011-2022 走看看