Last active
December 18, 2015 23:59
-
-
Save vitamin/5865658 to your computer and use it in GitHub Desktop.
install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
how to ssh in python | |
using following tools: | |
https://github.com/dlitz/pycrypto.git | |
https://github.com/paramiko/paramiko.git | |
download and install | |
install pycrypto: problem 1, GMP or MPIR library not found | |
problem solved | |
1. GMP or MPIR library not found: | |
leave it alone; http://stackoverflow.com/questions/8647828/pycrypto-install-by-copying-lib-folder-on-windows7-64bit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment