Hi everyone,
I'm trying to authenticate an SSH connection using a private key and a public certificate, both in OpenSSH format, in Rebex. In a typical bash environment, I would use the following command to connect:
ssh root@192.168.0.2 -i ed25519 -i ed25519_cert.pub
This command allows me to use both the private key (ed25519) and the public certificate (ed25519_cert.pub) for authentication.
Is there a way to replicate this kind of authentication in Rebex? Any help or guidance would be greatly appreciated!
Thanks in advance!