下载软件安装包并安装,官方网站https://pypi.python.org/pypi/paramiko/
[root@python ~]# wget https://pypi.python.org/packages/source/p/paramiko/paramiko-1.14.0.tar.gz#md5=e26324fd398af68ad506fe98853835c3[root@python ~]# tar xf paramiko-1.14.0.tar.gz [root@python ~]# cd paramiko-1.14.0[root@python paramiko-1.14.0]# python setup.py install#测试结果[root@python ~]# ipython Python 2.7.5 (default, Aug 21 2015, 21:19:17) Type "copyright", "credits" or "license" for more information.IPython 2.3.1 -- An enhanced Interactive Python.? -> Introduction and overview of IPython's features.%quickref -> Quick reference.help -> Python's own help system.object? -> Details about 'object', use 'object??' for extra details.In [1]: import paramiko