Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

Re: Import from OpenSSH ignores CertificateFile

Awesome, thank you so much! Looks like it's already implemented.
TempleClause

Import from OpenSSH ignores CertificateFile

When using the import from OpenSSH functionality the 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"

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 CertificateFile.

I can post logs if needed but it seems that it's simply ignored.