Administering a large installed base of MikroTik routers can be difficult. You can use The Dude, but this has not been updated in some time, and MikroTik have not made their long term intentions clear in relation to the continued development of the software.
We use Ansible internally to remotely configure machines, so it seemed a natural choice to update the firmware of the MikroTik routers we have installed.
Firstly, you need to generate an appropriate DSA SSH key. Refer to: MikroTik Wiki for full instructions.
From the source server, test the SSH connection works:
ssh admin-ssh@remoteserver.com
If you do not immediately connect, you may need to add the appropriate identity file to ~/.ssh/config
IdentityFile ~/.ssh/mikrotik_dsa
Click here for more details..
Contact Details..
Jaytag Computer Limited
Maddison House, 226 High Street
Croydon, Surrey, CR9 1DF
Phone: 08007879258
Web: https://www.jaytag.co.uk/
We use Ansible internally to remotely configure machines, so it seemed a natural choice to update the firmware of the MikroTik routers we have installed.
Firstly, you need to generate an appropriate DSA SSH key. Refer to: MikroTik Wiki for full instructions.
From the source server, test the SSH connection works:
ssh admin-ssh@remoteserver.com
If you do not immediately connect, you may need to add the appropriate identity file to ~/.ssh/config
IdentityFile ~/.ssh/mikrotik_dsa
Click here for more details..
Contact Details..
Jaytag Computer Limited
Maddison House, 226 High Street
Croydon, Surrey, CR9 1DF
Phone: 08007879258
Web: https://www.jaytag.co.uk/
No comments:
Post a Comment