Search results

  1. P

    "sshkeys":"invalid format - invalid urlencoded string

    I too was having this problem when using go's url.QueryEscape() function to encode an ssh key. The problem is that spaces are encoded as "+" so to get around this you can do something like the following: strings.Replace(url.QueryEscape(sshKey), "+", "%20", 1)

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!