[X2Go-Commits] [x2goclient] 15/74: The option , , password'' is not allowed for session registration.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:05:33 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.5.0.1
in repository x2goclient.
commit 506e2e7cf69dc9bc29e10092e3d29739484b41d0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Nov 10 17:16:51 2012 +0100
The option ,,password'' is not allowed for session registration.
---
debian/changelog | 1 +
pyhoca/cli/frontend.py | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8463faa7..1b637473 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyhoca-cli (0.2.1.0-0~x2go1) UNRELEASED; urgency=low
* New upstream version (0.2.1.0):
- Add cmdline option --from-stdin that facilitates lightdm remote login
session startup.
+ - The option ,,password'' is not allowed for session registration.
* /debian/control:
+ Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
+ Reduce python version in Build-Depends to allow build on Ubuntu 10.04.
diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index 76363993..30e55a1e 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -377,7 +377,6 @@ class PyHocaCLI(x2go.X2goClient):
self.x2go_session_hash = self._X2goClient__register_session(args.server, port=int(self.args.remote_ssh_port),
known_hosts=ssh_known_hosts_filename,
username=self.args.username,
- password=self.args.password,
key_filename=self.args.ssh_privkey,
add_to_known_hosts=self.args.add_to_known_hosts,
profile_name = 'Pyhoca-Client_Session',
--
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