Hi,
i found better solution for multiple config mikrotiks via ssh:
Software: MobaXterm
create and save different mikrotik sessions, then run from menu MultiExec
now you can type commands multiple in all terminals - run script working
Hello, is it possible to change your script to join with RSA key connection with a password + specific username? Thank you Could you clarify the question a bit? As I understood, you want the script to know which hosts use which usernames, passwords and keys, with same host having multitude of those...
I have uploaded to Github my old Python script that does what you need: connects to a number of different Mikrotik routers and then executes some commands. All you need to do is edit username and password in .py file, list of IP addresses and commands. The only requirement is that you have Python i...