User Tools

Site Tools


usage:pyhoca-cli

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
usage:pyhoca-cli [2013/03/11 12:49]
sunweaver created
usage:pyhoca-cli [2013/03/11 22:09]
sunweaver [Starting PyHoca-CLI]
Line 1: Line 1:
 ====== Using PyHoca-CLI ====== ====== Using PyHoca-CLI ======
 +
 +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 [[wiki:libs:python-x2go|the project's Python API]] (Python module). PyHoca-CLI can be operated completely from the command line and the goal is to reflect the full functionality spectrum of [[wiki:libs:python-x2go]]. 
  
 ===== PyHoca-CLI Command Line Arguments ===== ===== PyHoca-CLI Command Line Arguments =====
Line 22: Line 26:
  
 <code> <code>
-$ pyhoca-cli --server myserver.local -N -c GNOME --user //foo// --add-to-known-hosts+$ pyhoca-cli --server myserver.local -N -c GNOME --user foo --add-to-known-hosts
 </code> </code>