Hi,
is it possible to connect from mikrotik terminal/script to linux server with RSA priv/pub keys?
Hi,
is it possible to connect from mikrotik terminal/script to linux server with RSA priv/pub keys?
Yes, you need to import an SSH key pair: Manual:System/SSH client - Log-in using certificate
Ah, it work. Certificates have to be created with
ssh-keygen -t rsa -m PEM ...
(found one of your posts).
Thank you.