Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption of SSH keys #72

Open
ondrejkolin opened this issue Apr 16, 2019 · 0 comments
Open

Encryption of SSH keys #72

ondrejkolin opened this issue Apr 16, 2019 · 0 comments

Comments

@ondrejkolin
Copy link

sshkeys for qemu hosts

Python3 code!
For using the SSH keys for configuring cloud-init qemu host, the sshkey needs to be encrypted with urllib.parse.quote and then all '/' replaced.
ssh_key=urllib.parse.quote(ssh_key).replace('/', '%2F')

This is not really issue, it is notice for others as there is no Wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant