You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: