Community discussions

MikroTik App

Search found 3 matches

byTT12
Wed Oct 03, 2018 11:00 pm
Forum:Scripting
Topic:remote ssh via script
Replies:53
Views:52895

Re: remote ssh via script

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:)
byTT12
Tue Sep 11, 2018 4:44 pm
Forum:Scripting
Topic:remote ssh via script
Replies:53
Views:52895

Re: remote ssh via script

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...
byTT12
Fri Sep 07, 2018 12:27 pm
Forum:Scripting
Topic:remote ssh via script
Replies:53
Views:52895

Re: remote ssh via script

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...