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!