bwsw / cloudstack-ui

Modern UI for Apache Cloudstack User Self Service Portal
https://bitworks.software/
Apache License 2.0
164 stars 63 forks source link

Public SSH key load error #1646

Closed bwsw closed 5 years ago

bwsw commented 5 years ago

When the key is generated with ssh-keygen locally and then the public part of it is uploaded thru UI, VM cannot be created with such a key, the creation leads to an error.

When the key is generated thru UI, there is no such problem. Looks like a problem with data encoding when uploaded or smth like that.