BrowserStack Interview Question

I was asked to create a script which will connect to multiple server parallely over ssh and and when I run a command it gives output from all those server in a tabular format.

Interview Answer

Anonymous

Jan 10, 2018

I user python script with paramiko module ( which is known for ssh programing).