[X2Go-Commits] [x2goclient] 61/94: Update cmdline options in man page.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 15 21:06:47 CET 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.

commit 2a3460f53036b5026012e143b1eded13ddc6a3f7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 18 21:07:26 2018 +0200

    Update cmdline options in man page.
---
 man/man1/pyhoca-cli.1 | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index 750b5f7f..6847f877 100644
--- a/man/man1/pyhoca-cli.1
+++ b/man/man1/pyhoca-cli.1
@@ -18,6 +18,7 @@ pyhoca-cli \- X2Go command line client written in Python
 [
 \fIoptions\fR
 ]
+[[\fI<user>@\fR]\fI<host>\fR]
 'in \n(.iu-\nxu
 .ad b
 'hy
@@ -60,7 +61,7 @@ what X2Go server to connect. \fBpyhoca-cli\fR will not start
 if neither of these two options has been given on the command line.
 .TP
 \*(T<\fB\-\-server\fR \fI<HOSTNAME_or_IP>\fR\*(T>
-If not in LDAP mode you always have to name the remote X2Go server's hostname or IP address.
+Legacy parameter, still supported, but using positional argument [\fI<user>@\fR]\fI<host>\fR] should become your preferred syntax.
 .TP
 \*(T<\fB\-P, \-\-session-profile\fR \fI<SESSION_PROFILE_NAME>\fR\*(T>
 The name of the session profile to be used to make the connection.
@@ -91,6 +92,9 @@ Terminate running X2Go session <SESSION_NAME>. A special value for <SESSION_NAME
 \*(T<\fB\-L, \-\-list-sessions\fR\*(T>
 List user's X2Go sessions on server.
 .TP
+\*(T<\fB\-\-list-profiles\fR\*(T>
+List user's X2Go session profiles configure on this client.
+.TP
 \*(T<\fB\-\-from-stdin\fR\*(T>
 For LightDM remote login integration: read <username> <host[:port]> <command> <password> from STDIN' and start a new session, transfer
 a running session or resume a suspended session.
@@ -114,7 +118,7 @@ Terminate the connected session when pressing CTRL+C (instead of suspending the
 \*(T<\fB\-c, \-\-command\fR \fI<CMD>\fR\*(T>
 Command to run with \fB\-\-new\fR mode on server (default: xterm).
 .TP
-\*(T<\fB\-u, \-\-username\fR \fI<USERNAME>\fR\*(T>
+\*(T<\fB\-l, \-u, \-\-username\fR \fI<USERNAME>\fR\*(T>
 Username for the session (default: currently logged in user).
 .TP
 \*(T<\fB\-\-password\fR \fI<PASSWORD>\fR\*(T>
@@ -128,12 +132,15 @@ Enforce authentication with username and password, prohibit SSH public/private k
 \*(T<\fB\-p, \-\-remote-ssh-port\fR \fI<R_PORT>\fR\*(T>
 Remote X2Go server's SSH port (default: 22).
 .TP
-\*(T<\fB\-k, \-\-ssh-privkey\fR \fI<SSH_PRIVKEY>\fR\*(T>
+\*(T<\fB\-i, \-k, \-\-ssh-privkey\fR \fI<SSH_PRIVKEY>\fR\*(T>
 Use file <SSH_PRIVKEY> as private key for SSH connections (default: ~/.ssh/id_rsa).
 .TP
 \*(T<\fB\-\-add\-to\-known\-hosts\fR\*(T>
 Add RSA/DSA host key to ~/.ssh/known_hosts if authenticity of server can't be established (default: not set).
 .TP
+\*(T<\fB\-A, \-\-forward\-sshagent\fR\*(T>
+Enable SSH agent forwarding.
+.TP
 \*(T<\fB\-\-sound\fR \fI{pulse|esd|none}\fR\*(T>
 X2Go server's sound system (default: 'pulse').
 .TP
@@ -193,8 +200,11 @@ NOT IMPLEMENTED YET: For SSH based X2Go Session Brokers. Full path to a valid SS
 \*(T<\fB\-g, \-\-geometry\fR \fI{<WIDTH>x<HEIGHT>|fullscreen|maximize}\fR\*(T>
 Screen geometry (default: '800x600').
 .TP
+\*(T<\fB\-\-xinerama\fR\*(T>
+Enable Xinerama support for multi-head setups. Requires X2Go Server 4.1.0.0 (or newer).
+.TP
 \*(T<\fB\-q, \-\-link\fR \fI{modem|isdn|adsl|wan|lan}\fR\*(T>
-link quality (default: 'adsl')
+Link quality (default: 'adsl')
 .TP
 \*(T<\fB\-t, \-\-session\-type\fR \fI{desktop|application}\fR\*(T>
 Session type (default: 'application'). Note: there are also some auto-detection
@@ -205,10 +215,10 @@ It might not always happen what you expect from setting this option.
 Compression method (see below for possible values).
 .TP
 \*(T<\fB\-\-kbd\-layout\fR \fI{us|de|fr|...}\fR\*(T>
-Use keyboard layout (default: 'us').
+Use keyboard layout (default: 'null').
 .TP
 \*(T<\fB\-\-kbd\-type\fR \fI{auto|pc105/us|pc105/de|...}\fR\*(T>
-Set Keyboard type (default 'pc105/us'). Use \fIauto\fR as value here to enable X2Go's keyboard auto-detection code.
+Set Keyboard type (default 'auto'). Use \fIauto\fR as value here to enable X2Go's keyboard auto-detection code.
 .SH BACKEND OPTIONS
 \fBpyhoca-gui\fR supports transparent use of different data backends. For configuration three backends are common:
 FILE, GCONF (Linux only) and WINREG (Windows only). The default backend currently is the FILE backend

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list