This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:components:pyhoca-cli [2011/05/30 09:18] sunweaver |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Usage of PyHoca-CLI (X2go command line client) ====== | ||
| - | The name PyHoca is a word play combining two powerful entities: Python and Phoca (mascot of X2go, Latin species name for seals). | ||
| - | |||
| - | PyHoca-CLI is a client implementation for X2go using the project' | ||
| - | |||
| - | ===== PyHoca-CLI Command Line Arguments ===== | ||
| - | |||
| - | PyHoca-CLI has a man page. | ||
| - | |||
| - | On your GNU/Linux system execute | ||
| - | |||
| - | $ man pyhoca-cli | ||
| - | |||
| - | An always up-to-date html version of the pyhoca-cli man page can be be retrieved from the X2go Git repository: [[http:// | ||
| - | |||
| - | //Security notice:// amongst many options PyHoca-CLI offers a '' | ||
| - | |||
| - | The '' | ||
| - | |||
| - | Note: On Windows systems the '' | ||
| - | |||
| - | ===== Starting PyHoca-CLI ===== | ||
| - | |||
| - | To start an X2go session for remote user '' | ||
| - | |||
| - | < | ||
| - | $ pyhoca-cli --server myserver.local -N -c GNOME --user foo --add-to-known-hosts | ||
| - | </ | ||
| - | |||
| - | If you have a valid X2go session profile configuration ($HOME/ | ||
| - | |||
| - | < | ||
| - | $ pyhoca-cli --session-profile MyProfile | ||
| - | </ | ||
| - | |||
| - | ===== Further Readings ===== | ||
| - | |||
| - | Please also consult further README and TODO documentation in the PyHoca-CLI to Git project (X2go upstream site): | ||
| - | http:// | ||
| - | |||