gitso(1) - Linux man page
Name
gitso - Gitso is to support othersSynopsis
gitso [ --dev | --listen | --connect host | --list list | --version | --help ]Description
Gitso is a frontend to reverse VNC connections. It is meant to be a simple two-step process that connects one person to another's screen in the context of giving technical support.Options
- --dev
- Configures paths for running Gitso in the source tree.
- --listen
- Start Gitso and listen for incoming connections
- --connect
- Starts gitso and automatically connects to host which is an IP or domain name (address of support giver).
- --list
- Alternative support list, where list is either a URL of a remote file or path to local file.
- --version
- The current Gitso version.
- --help
- Display the help menu.
Host Files
$HOME/.gitso-hosts /usr/share/gitso/hosts.txtExamples
- gitso --list http://support.mydomain.com/techs.txt
- Gets the list of technician IP's or DN's from techs.txt
- gitso --list sanda.mydomain.com,aicha.mydomain.com
- Adds these three entries to the list of support techs.
- gitso --connect hank.mydomain.com
-
Automatically connects to hank.mydomain.com