Compatibility

Python Versions Supported

ssh-deploy-key has been tested on these versions of Python:

  • python 2.7

Unsupportable Python Versions

SSH Deploy Key uses the Paramiko ssh library. Paramiko is not a “pure python” solution. It has binary dependencies that make it incompatible with non-cpython implementations, including:

  • jython
  • pypy

Python 3

Python 3 support is a priority and will be tested soon.