Is anyone doing anything interesting out there to connect to a how bunch of CRS switch from IP neighbours. One can foreach loop SSH , but then you have to type type the password each time.
Maybe some other tools as well out there? (Like looking up MACs in int bridge hosts etc
What do you want to do? Apply a configuration change to all switches in your network, that all have the same user/password?
And then have some method of doing that automatically on all devices?
Of course how to do this depends on what you have already configured before and what tools you have available.
With SSH it is possible to use the “expect” program under Linux to perform automatic actions including typing of passwords.
It is a bit unfortunate that RouterOS greets you with all kinds of special characters and uses color, but there are ways around that.
For a continued access to lots of devices, you can also consider using API. But you will probably have to enable that first.
And of course it is possible to put everything in Dude or another centralized management/monitoring solution.