remotejobexecutor

command module
v0.0.0-...-9672724 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

README

== RemoteJobExecutor ==
A go program that execute commands on a remote machine using ssh.

=== Usage ===
`_remotejobexecutor -f <task file path>_` +
Where task file contains instruction in following format, one command for line: +
`host name, ip, username, password, the command to execute` +
for example: 

----
My machine1, 192.168.1.20, root, rootpassword, shoutdown -h now
My machine2, 192.168.1.21, myuser, pass2, shoutdown -h now
----
This program is made to be used in combination with `crontab` to automatize bulk operation on multiple machines. 

=== Download ===
You can download the compiled binary executable from *bin* folder. 

[%header, cols=2*]
|===
| Platform 
| executable 

| Windows x64
| https://github.com/RokibulUddin/RemoteJobExecutor/raw/master/bin/remotejobexecutor.exe[remotejobexecutor.exe]

| Linux x64
| https://github.com/RokibulUddin/RemoteJobExecutor/raw/master/bin/remotejobexecutor[remotejobexecutor]
|===

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL