Script used to list servers from HTML
page.
This is script list all server from html page with table () and automatc connect in selected server.
- Linux or MacOSX
- Ruby with bundle (gem install bundle)
- SSH RSA Key to connect on Server
- HTML Page with table (Company | Hostname or ip Address| user| port | alias )
The install.sh
should be used to install conServers
and requirements.
cd ~/
wget https://github.com/brfso/conServers/archive/master.zip
unzip conServers-master.zip
cd $PWD/conServers-master/
./install.sh
- Set SSH Key in SSH_KEY in /etc/conservers.config
- Configure Page to connect (url) in /etc/conservers.config
- Execute conServers.sh
$ conservers.sh
To update server list from html page, execute with option -u
or --update
$ conserver.sh --update
For help, usage:
$ conserver.sh -h
Usage: conserver [OPTIONS]
conServer
Options:
-u, --update Update Server List
-gm, --gui-mode Use GUI Mode
-h, --help Displays usage info
For troubleshoot use:
$ bash -x conserver.sh [option]
To view, report bug or request new features, use: https://github.com/brfso/conServers/issues