↧
Answer by Senthil for Automatically Run Multiple Command over SSH on multiple...
I would use ansible. Ansible is used specifically to run commands using SSH over multiple devices. You can run one command at a time using ansible shell or multiple commands sequenced together using...
View ArticleAutomatically Run Multiple Command over SSH on multiple devices
I have 100+ devices that has same username and password and enabled SSH. What I would like to achieve is for each device I want to run same command to change their password bulk. What I did is to...
View Article