Import from OpenSSH ignores CertificateFile
When using the import from OpenSSH functionality the
For example with this config:
After importing, the private key gets converted correctly but if you edit the site and go to SSH -> Authentication, you will see that "Certificate to use with the private key" is empty.
But it could have been read from the
I can post logs if needed but it seems that it's simply ignored.
CertificateFile
is ignored.
For example with this config:
Host 127.0.0.1 User username CertificateFile "C:\Users\username\id_rsa.pub-aadcert.pub" IdentityFile "C:\Users\username\id_rsa"
But it could have been read from the
CertificateFile
.
I can post logs if needed but it seems that it's simply ignored.