python - deployment public keys -


How can you implement your code on your server? I am using Fabric and Python and I would like another automatic way of dragging the code from the repository through the use of the public key, but to set the public key without any ops or manual intervention.

Do you store them in the form of text or in the database and generate a pk file on the fly? Any other opinion on this?

This is what is for ssh-copy-id. It deploys your public key on a machine for you. Key management is not something I want to put in code / VCS. Each user needs to setup their keys so that local SH customers can learn to use them. We also use clothes, but it only uses the key that is already saying SSH config.


Comments