同時管理多個Linux機器的工具:Slex

jopen 10年前發布 | 16K 次閱讀 Slex Linux

Slex就一個go語言寫的同時管理多個Linux機器的工具,可以在多個主機上通過SSH執行命令,類似Python的Fabric,go方便的是編譯成一個可執行文件就搞定了。

slex -h
NAME:
   slex - SSH commands multiplexed

USAGE: slex [global options] command [command options] [arguments...]

VERSION: 1

AUTHOR: @crosbymichael - <crosbymichael@gmail.com>

COMMANDS: help, h Shows a list of commands or help for one command

GLOBAL OPTIONS: --debug enable debug output for the logs --host '--host option --host option' SSH host address --user, -u 'root' user to execute the command as --identity, -i 'id_rsa' SSH identity to use for connecting to the host --agent, -A use ssh agent forwarding for authentication, rather than identity --help, -h show help --version, -v print the version</pre>

項目主頁:http://www.baiduhome.net/lib/view/home/1413636151137

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!