[X2Go-Commits] [x2goclient] 46/94: typo fix, adds debug code
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:04:42 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 1dcc2cf5770169ca4d325cb123fce18557c65bb6
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue May 17 09:17:49 2011 +0200
typo fix, adds debug code
---
pyhoca/cli/frontend.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index 36bc76d1..bd7525d0 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -252,9 +252,11 @@ class PyHocaCLI(x2go.X2goClient):
force_password_auth = True
self._pyhoca_logger('interactive login for user %s' % self.args.username, loglevel=x2go.loglevel_NOTICE, )
self.args.password = getpass.getpass()
+ #if force_password_auth: raise(e)
except x2go.PasswordRequiredException, e:
- self._pyhoca_logger('interactive login for user %s' % self.args.username, loglevel=2go.loglevel_NOTICE, )
+ self._pyhoca_logger('interactive login for user %s' % self.args.username, loglevel=x2go.loglevel_NOTICE, )
self.args.password = getpass.getpass()
+ #if force_password_auth: raise(e)
except x2go.BadHostKeyException:
self._runtime_error('SSH host key verification for remote host [%s]:%s failed' % (self.args.server, self.args.remote_ssh_port), exitcode=-254)
except x2go.SSHException, e:
--
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