[X2Go-Commits] [x2goclient] 25/94: * disabled password on the command line (as it can be a security issue, the command line can be seen in the process view) * tasbar icon is not a sub-object of chooser any more
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:04:35 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 4cc2161303c61194dbd483a304454c4234cee1c7
Author: mike <mike at cdb5e8f1-f799-4276-8919-bce57fd91830>
Date: Mon Nov 22 19:52:07 2010 +0000
* disabled password on the command line (as it can be a security issue, the command line
can be seen in the process view)
* tasbar icon is not a sub-object of chooser any more
git-svn-id: https://svn.das-netzwerkteam.de/x2go/pyhoca-cli/trunk@110 cdb5e8f1-f799-4276-8919-bce57fd91830
---
man/pyhoca-cli.1 | 3 ---
pyhoca-cli | 1 -
2 files changed, 4 deletions(-)
diff --git a/man/pyhoca-cli.1 b/man/pyhoca-cli.1
index 3b36454c..d0627675 100644
--- a/man/pyhoca-cli.1
+++ b/man/pyhoca-cli.1
@@ -86,9 +86,6 @@ Command to run with \fB\-\-new\fR mode on server (default: xterm).
\*(T<\fB\-u, \-\-username\fR \fI<USERNAME>\fR\*(T>
Username for the session (default: currently logged in user).
.TP
-\*(T<\fB\-p, \-\-password\fR \fI<secret>\fR\*(T>
-User password, usage not recommended directly from the command line, useful for scripting, though (default: not set).
-.TP
\*(T<\fB\-r, \-\-remote-ssh-port\fR \fI<R_PORT>\fR\*(T>
Remote X2go server's SSH port (default: 22).
.TP
diff --git a/pyhoca-cli b/pyhoca-cli
index 2d21c008..50129691 100755
--- a/pyhoca-cli
+++ b/pyhoca-cli
@@ -91,7 +91,6 @@ x2go_options = [
# NOT IMPLEMENTED {'args':['--config'], 'default': '~/.x2goclient/sessions', 'help': 'x2goclient config file containing x2go session settings (default: ~/.x2goclient/sessions)', },
{'args':['-c','--command'], 'default': 'TERMINAL', 'help': 'command to run with -R mode on server (default: xterm)', },
{'args':['-u','--username'], 'default': None, 'help': 'username for the session (default: current user)', },
- {'args':['-p','--password'], 'default': None, 'help': 'user password (not recommended from the command line, default: not set)', },
{'args':['-r','--remote-ssh-port'], 'default': '22', 'help': 'remote SSH port (default: 22)', },
{'args':['-k','--ssh-privkey'], 'default': None, 'help': 'use file \'SSH_PRIVKEY\' as private key for the SSH connection (e.g. ~/.ssh/id_rsa)', },
{'args':['--add-to-known-hosts'], 'default': False, 'action': 'store_true', 'help': 'add RSA host key fingerprint to ~/.ssh/known_hosts if authenticity of server can\'t be established (default: not set)', },
--
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