Hello,
I’d like to connect from a RouterOS device to a remote Linux host without entering any password.
I’ve read [1] and tried the command bellow without success.
Before entering this command from RouterOS 6.48.5 terminal, I uploaded on my RouterOS device, both id_rsa and id_rsa.pub files from my own PC.
Then I entered:
/user ssh-keys private import user=lala private-key-file=id_rsa
- Is it possible to SSH from RouterOS to a remote host ?
- How do you generate/import necessary SSH keys ?
https://wiki.mikrotik.com/wiki/Manual:System/SSH_client#Log-in_using_public/private_key
Best regards