User Tools

Site Tools


wiki:development:sessions-file

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:development:sessions-file [2013/03/12 21:26]
sunweaver [Display Options]
wiki:development:sessions-file [2013/03/12 21:33]
sunweaver [Connection Options]
Line 59: Line 59:
 | host | String | | | FQDN Hostname or IP Adress | | host | String | | | FQDN Hostname or IP Adress |
 | user | String | | | Username on X2Go Server | | user | String | | | Username on X2Go Server |
 +| autologin   | Boolean | false   | false | Use SSH agent or default key files for session logon |
 +| forwardsshagent  | Boolean | //not supported//   | false | Tunnel authentication requests back to the client side SSH agent (requires Paramiko/SSH (>= 1.9.0) |
 | key       | Filename | | | Filename to SSH private key file | | key       | Filename | | | Filename to SSH private key file |
 | krblogin    | Boolean   | false | //not supported// | | | krblogin    | Boolean   | false | //not supported// | |
Line 64: Line 66:
 | quality     | [0..9] | 9        | 9        | NX compression quality | | quality     | [0..9] | 9        | 9        | NX compression quality |
 | speed       | [0..4] | 2        | 2        | 0=Modem, 1=ISDN, 2=ADSL, 3=WAN, 4=LAN | | speed       | [0..4] | 2        | 2        | 0=Modem, 1=ISDN, 2=ADSL, 3=WAN, 4=LAN |
 +
  
 ==== SSH Proxy Options ==== ==== SSH Proxy Options ====
  
-//... only available with Python X2Go / PyHoca // 
  
 ^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^ ^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^
 | usesshproxy | Boolean | false | false | Connect via a SSH proxy | | usesshproxy | Boolean | false | false | Connect via a SSH proxy |
 +| sshproxytype | String | SSH | SSH | Also available: HTTP (X2Go Client only, not working on most systems as it relies on a not-yet released feature in libssh2 |
 | sshproxyhost | String |  |  | Format: <hostname>[:<port>] | | sshproxyhost | String |  |  | Format: <hostname>[:<port>] |
 | sshproxyuser | String |  |  | Username for connecting to SSH proxy server | | sshproxyuser | String |  |  | Username for connecting to SSH proxy server |
 | sshproxykeyfile | Filename |  |  | Filename of local SSH private key |  | sshproxykeyfile | Filename |  |  | Filename of local SSH private key | 
 | sshproxytunnel | String |  | //deprecated since 0.4.0.0// | localhost:<port-on-proxy>:<x2goserver-hostname-or-ip>:<x2goserver-port> | | sshproxytunnel | String |  | //deprecated since 0.4.0.0// | localhost:<port-on-proxy>:<x2goserver-hostname-or-ip>:<x2goserver-port> |
 +| sshproxyautologin   | Boolean | false   | false | Use SSH agent or default key files for session logon |
 +| sshproxysameuser   | Boolean | false   | false | Use the same user name on the SSH proxy as on the X2Go Server |
 +| sshproxysamepass   | Boolean | false   | false | Password for X2Go Server and SSH proxy are identical |
  
 ==== Display Options ==== ==== Display Options ====
Line 127: Line 133:
  
 ^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^ ^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^
-| autostart   | Boolean | false   | //not supported// | | +| autostart   | Boolean | false   | false | |
-| autologin   | Boolean | false   | //not supported// Only available if SSH private key is provided |+
 | xdmcpserver | String  | localhost | localhost | Only used if ''command=XDMCP'' | | xdmcpserver | String  | localhost | localhost | Only used if ''command=XDMCP'' |
 | rdpserver   | String  | | | FQDN Hostname or IP of Windows server, only used if ''command=RDP'' | | rdpserver   | String  | | | FQDN Hostname or IP of Windows server, only used if ''command=RDP'' |
wiki/development/sessions-file.txt · Last modified: 2015/07/24 14:26 by ionic