The second command looks like: ['openssl', 'genrsa', '-aes128', '-passout', 'stdin', '2048']
I believe this is generating a public key, that will later be used by ssh. This one probably isn't much of a problem, but it might be better to go all pyca/cryptography (one dependency) rather than openssl(1) and pyca/cryptography (two dependencies). Any suggestions? Thanks!
_______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev