drdoctr / doctr

A tool for automatically deploying docs from Travis CI to GitHub pages.
https://drdoctr.github.io
MIT License
107 stars 30 forks source link

Generate the ssh key using the cryptography module #302

Closed asmeurer closed 6 years ago

asmeurer commented 6 years ago

This is better because ssh-keygen is not available on all platforms (such as Windows).

This changes the Python API a bit:

Fixes #301.

asmeurer commented 6 years ago

Ah forgot that PRs need to go from the main repo.