Hi Everyone!
I have the ssh command:
ssh -i cert.pub -i private_rsa user@host.net
I'm using Rebex.Net.Ssh and I'd like to know how call Login method with Certificate (cert.pub) and PrivateKey (private_rsa), just like command above.
This is possible?
Best regards!
Is this OpenSSH's 'ssh' command? (If unsure, run "ssh -V" to find out.)
If it is, then it means that the cert.pub file contains an OpenSSH certificate. Unfortunately, Rebex libraries don't support OpenSSH certificates. We support X.509 certificates, but those are not supported by OpenSSH.
cert.pub
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.