Compatibility

Python Versions Supported

ssh-deploy-key is currently only compatible with cpython. Versions supported:

  • python 2.7
  • python 3.3 or higher

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