Created
June 11, 2016 04:21
-
-
Save ctaggart/a1bdbdd4dae18a7b1bf38c8c9cbb6289 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Camerons-iMac:tmp cameron$ x2goclient --help | |
x2go-INFO-1> "Starting X2Go Client..." | |
x2go-WARNING-1> "English language requested, not loading translator." | |
x2go-WARNING-1> "English language requested, not loading translator." | |
X2Go Client 4.0.5.1 (Git information: 68cc248) | |
Usage: x2goclient [OPTION]... | |
Options: | |
--help Shows this message. | |
--version Prints version information. | |
--changelog Shows the changelog. | |
--git-info Shows git information as used at compile time. [Deprecated: please use --version.] | |
--help-pack Shows available pack methods. | |
--debug Enables extensive debug output to the console. On Windows also enables PulseAudio logging to a file in the ".x2go/pulse" in the | |
USERPROFILE directory. | |
The logs are not deleted when X2Go Client terminates. | |
--no-menu Hides menu bar. | |
--no-session-edit Disables session editing. | |
--maximize Starts maximized. | |
--hide Starts hidden (minimized to system tray where available.) | |
--portable Starts in "portable" mode. | |
--pgp-card Forces OpenPGP smart card authentication. | |
--xinerama Enables Xinerama by default. | |
--ldap-printing Allows client side printing in LDAP mode. | |
--thinclient Enables thinclient mode. Starts without a window manager. | |
--haltbt Enables shutdown button. | |
--add-to-known-hosts Adds RSA key fingerprint to ".ssh/known_hosts" if authenticity of the server can't be determined. | |
--ldap=<host:port:dn> Starts with LDAP support. Example: --ldap=ldapserver:389:o=organization,c=de | |
--ldap1=<host:port> Defines the first LDAP failover server. | |
--ldap2=<host:port> Defines the second LDAP failover server. | |
--ssh-port=<port> Defines the remote SSH server port. Default: 22. | |
--client-ssh-port=<port> Defines the local machine's SSH server port. Needed for Client-Side Printing and File Sharing support. Default: 22. | |
--command=<cmd> Sets the default command. Default: 'KDE' (Desktop Session) | |
--session=<session> Starts the session named "session". | |
--user=<username> Sets the user name for connecting to the remote SSH server to "username". | |
--geometry=<<W>x<H>|fullscreen> Sets the default window geometry. Default: 800x600. | |
--dpi=<dpi> Sets the remote X2Go Agent's DPI value to "dpi". Default: same as local display. | |
--link=<modem|isdn|adsl|wan|lan> Sets the default link type. Default: "adsl". | |
--pack=<packmethod> Sets default pack method. Default: "16m-jpeg-9". | |
--clipboard=<both|client|server|none> Sets the default clipboard mode. Default: "both". | |
--kbd-layout=<layout> Sets the default keyboard layout to "layout". "layout" may be a comma-separated list. | |
--kbd-type=<type> Sets the default keyboard type. | |
--home=<dir> Sets the user's home directory. | |
--set-kbd=<0|1> Enables or disables overwriting the current keyboard settings. | |
--autostart=<app> Automatically launches the application "app" on session start in Published Applications mode. | |
--session-conf=<file> Defines an alternative session config file path. | |
--tray-icon Force-enables session system tray icon. | |
--close-disconnect Automatically closes X2Go Client after a disconnect. | |
--hide-foldersharing Hides all Folder-Sharing-related options. | |
--broker-name=<name> Sets the broker name to display in X2Go Client. This parameter is optional. | |
--broker-url=<protocol>://[username@]<host>[:port]/path Sets the URL of the session broker. | |
"protocol" must be one of "http", "https" or "ssh". | |
If "username@" is provided, it will be pasted into the authorization dialog of X2Go Client. | |
URL examples are: | |
https://x2gobroker.org/cgi-bin/x2gobroker.cgi | |
ssh://[email protected]:22/usr/lib/x2go/x2gobroker.pl | |
--broker-ssh-key=<path to key> Sets the path to an SSH key to use for authentication against an SSH session broker. The client's behavior is undefined if this flag is | |
used for non-SSH session brokers. | |
--broker-autologin Enables the use of the default SSH key or SSH agent for authentication against an SSH session broker. The client's behavior is undefined | |
if this flag is used for non-SSH session brokers. | |
--broker-noauth Does not ask for user credentials during session broker authentication. This can be useful if you are using an HTTP(S) session broker | |
without authentication. If you run an HTTP(S) server without authentication, but with user-specific profiles, then put the user name | |
into the broker URL (refer to --broker-url.) The user name then will be extracted from the broker URL and be sent to the session broker. | |
The client's behavior is undefined if this flag is used for non-HTTP(S) session brokers. | |
x2go-INFO-6> "Closing X2Go Client ..." | |
x2go-INFO-7> "Finished X2Go Client closing hooks." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment