Horje
How to ssh to multiple servers and run commands Code Example
How to ssh to multiple servers and run commands
for server in box1 box2 box3
do
   ssh root@${server} uptime
done




Shell

Related
No such file as readline.h Code Example No such file as readline.h Code Example
upload file to remote linux Code Example upload file to remote linux Code Example
upgrade composer on Mac to resolve ssl verify error Code Example upgrade composer on Mac to resolve ssl verify error Code Example
linux systeme de fichier Code Example linux systeme de fichier Code Example
Create Remote for Contributing to a GitHub project Code Example Create Remote for Contributing to a GitHub project Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8