Hi again
I have and X509Certificate and I would like, use this for authentication
in a openSSH server.
I can get the public key from my X509Certificate in java an I obtain this:
MIGfMA0GCSqGSIb3DQEBAQUTA4GNADCBiQKBgQCnxtr2E8nZV2gbBSS6yV0LVos1j6tKkUxIRlZG
h1Zg1UzLLI04KUC6X5rEmiRN1B3RFAC+byWD7EM31SDug/GhPG9NMsY2tIe+aWaj0wmBzWKQwPus
rZYTDzmBs/59SEIWK<ZfwcqgRJSxQ95zcTeGt66jpHH+4fFOhDEuj6WNYwIDAQAB
This key was generate with RSA algorithm
OpenSSH can import public key in different format with openssh-keygen
-i, but I dont know, what format have to use I?
Thanks in advance