Tag:Shell remote command execution
-
Time:2020-11-22
Meet the needs When operating on a single machine, we will log in to the machine in the way of “SSH IP”. We can write such a tool vssh IP1, IP2 IPN is used to simulate logging in to n servers. After logging in, all operations are equivalent to taking effect on N servers at […]
-
Time:2020-2-13
Preface I believe that when you work, you may encounter that you can easily handle some repetitive work by Using SSH to execute commands of remote machines locally. We hope to: No manual password input Support to execute multiple commands and shell scripts Support the command of sudo No manual password input We can use […]