Closed ghost closed 7 years ago
Thanks for the report. Looking into this. If it's a regression it is most likely due to #50.
Looks like the issue is the ==
in the SSH key, causing the regexp match ^([^=+]+?)(=[^=+]*?)?(\+[^=+]*?)?$
to fail. My fault for enforcing that we have exactly one '=' in the entire string rather than being more flexible. Will work on a fix.
danke!
I have automation that adds ssh private keys as properties on the ovf using cot 1.4.1. After updating to 1.7.4 this is not working. Playing around with the quotes didn't help either. Environment is bash on centos 6.
Eg.