https://github.com/muthuishere/sshcommandbroadcaster
A Java Swing based single interface to execute commands on multiple ssh hosts
https://github.com/muthuishere/sshcommandbroadcaster
Last synced: about 1 month ago
JSON representation
A Java Swing based single interface to execute commands on multiple ssh hosts
- Host: GitHub
- URL: https://github.com/muthuishere/sshcommandbroadcaster
- Owner: muthuishere
- License: apache-2.0
- Created: 2013-11-18T13:36:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T04:25:38.000Z (over 7 years ago)
- Last Synced: 2025-02-06T16:59:04.211Z (3 months ago)
- Language: Java
- Homepage:
- Size: 882 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sshcommandbroadcaster
=====================A single interface to execute commands on multiple ssh hosts.
There will be chances , you might have same instance of application running on multiple hosts.
Sometimes You may require to execute command on multiple hosts
Identify what is the cause of the issue
Debug Machine specific issues
Lookup into performance
Find what machine often receives the input.Feel free to use & let me know if you have any issues , bugs , or fine tuning.
Features
========Java Based-Platform Independent
A settings file stored in xml for all your hosts
Putty Emulation through native Java swing interface
Custom Colors to identify machine output.Roadmap
=======A HTML based Client, with Jquery and rich GUI
Export all command output
Performance
Attempt desktop application- Ignored