X2Go Bug report logs -
#1308
"--auth-attempts 0" doesn't deactivate interactive authentication
Reported by: <Nico.Lemanski@t-systems.com>
Date: Thu, 19 Jul 2018 12:30:02 UTC
Severity: normal
Tags: pending
Found in version 0.5.0.4
Fixed in version 0.5.99.1
Done: Mike Gabriel Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Bug is archived. No further changes may be made.
Full log
🔗
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your Bug report
which was filed against the pyhoca-cli package:
#1308: "--auth-attempts 0" doesn't deactivate interactive authentication
It has been closed by Mike Gabriel Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mike Gabriel Mike Gabriel <mike.gabriel@das-netzwerkteam.de> by
replying to this email.
--
X2Go Bug Tracking System
Contact owner@bugs.x2go.org with problems
[Message part 2 (message/rfc822, inline)]
close #1308
thanks
Hello,
we are very hopeful that X2Go issue #1308 reported by you
has been resolved in the new release (0.6.0.0) of the
X2Go source project »src:pyhoca-cli«.
You can view the complete changelog entry of src:pyhoca-cli (0.6.0.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:pyhoca-cli.
http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=commitdiff;h=1546795abc2ce7ff86851bdbc8658c8e38adcec9;hp=87b6c71c4966ca9abf7139e39c3d122143dded80
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:pyhoca-cli.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:pyhoca-cli
Version: 0.6.0.0-0x2go1
Status: RELEASE
Date: Tue, 18 Sep 2018 19:14:37 +0000
Fixes: 984 1287 1308
Changes:
pyhoca-cli (0.6.0.0-0x2go1) RELEASED; urgency=medium
.
* New upstream version (0.5.99.1).
- Port to Python3. (Fixes: #1287).
- Add --force-password command line switch to override SSH key detection
code.
- Add --try-resume cmd line option and feature.
- setup.py: Fix version string detection. (Copy+paste flaw...).
- Fix duplicate password prompt. Regression fix.
- keyboard handling: Switch to kbd-type auto and kbd-layout null. Should
auto-detect the client-side keyboard in the X2Go session just fine.
- pyhoca-cli main programme: Check for DISPLAY env var being set and having
a usable / expectable value.
- Add --forward-sshagent / -A cmdline option for enabling SSH agent
forwarding.
- Entirely rewrite PyHocaCLI.authenticate() function. (Fixes: #1308).
- Fix --share-local-folders (aka -F) option and really mount shared folders.
(Fixes: #984).
- Make important options work like with OpenSSH's command-line client.
E.g. pyhoca-cli -l <user> -i <key> -A <host>. This can still be improved
but helps for now a big deal.
* debian/rules:
+ Build for Python3, not Python2.
+ Switch to pybuild DH build system.
+ Enforce Python3 build, fix FTBFS.
+ Ignore failures during dh_auto_clean. Helps with build envs that don't have
python3-setuptools installed when building source packages.
* debian/control:
+ Fix src:pkg header part.
+ Switch to python3-* dependencies.
+ White-space fix.
+ Bump versioned D (pyhoca-cli): python-x2go (>= 0.5.99.0~).
+ Drop D (pyhoca-cli): python3-argparse. Part of stdlib in Python3
these days.
* debian/{control,compat}: Bump to DH version level 9.
[Message part 3 (message/rfc822, inline)]
Package: pyhoca-cli
Version: 0.5.0.4
When I call "pyhoca-cli" with the following options:
"--password" followed by a wrong password
"--auth-attempts 0"
I get a password prompt which has actually no effect even if I enter the correct password.
Example:
pyhoca-cli --server 192.168.1.2 -u exampleUser --password 'BADPASSWORD' --auth-attempts 0 -L --libdebug
Output:
[...]
pyhoca-cli[1028] (x2goclient-pylib) NOTICE: initializing X2Go session...
pyhoca-cli[1028] (x2gocontrolsession-pylib) NOTICE: connecting to [192.168.1.2]:22
pyhoca-cli[1028] (x2gocontrolsession-pylib) DEBUG: trying SSH key discovery or agent authentication with server
pyhoca-cli[1028] (x2gocontrolsession-pylib) INFO: unlock SSH private key file with provided password
pyhoca-cli[1028] (x2gocontrolsession-pylib) DEBUG: re-trying SSH key discovery now with passphrase for unlocking the key(s)
pyhoca-cli[1028] (PyHocaCLI) NOTICE: interactive login for user ,,exampleUser''
Password:
pyhoca-cli: error: non-interactive authentication failed
pyhoca-cli[1028] (x2goguardian-pylib) DEBUG: X2Go session guardian thread waking up after 3 seconds
pyhoca-cli[1028] (x2goguardian-pylib) DEBUG: calling session cleanup on profile Pyhoca-Client_Session for terminal session:
Expected behavior:
no password prompt
just exit with returnCode: 203
Suggestion:
In "PyHocaCLI.authenticate()" let "force_password_auth" only become true if "auth_attempts" is greater than 0.
System:
"Oracle Linux Server 7.4"
thanks
Send a report that this bug log contains spam.
X2Go Developers <owner@bugs.x2go.org>.
Last modified:
Thu Nov 21 21:38:34 2024;
Machine Name:
ymir.das-netzwerkteam.de
X2Go Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.