Closed pannon closed 5 years ago
Managed to track this down to a new SSH key format issue. Keys using the old format have BEGIN RSA PRIVATE KEY
in the key file - these keys are working fine.
Keys with the new format BEGIN OPENSSH PRIVATE KEY
fail with the asn1 error (above).
Have not spent more time on this, likely related to the Go SSH library.
Getting the following error on both OSX and Linux calling the public Joyent CloudAPIs:
The same key works against our internal on-prem Triton CloudAPI with triton-kubernetes.
Anyone seen this before, have I missed something obvious?