Hi guys,
Is there any update on this issue? I posted the original mail for more than a year ago. I tried the current X2Go Windows Client V4.0.5.2 but unfortunatelly it is still not working with two-factor SecurID authorisation. It would be very simple to fix this issue, just to remove the fix hard-coded SSH-Prompt from the source code. To whom shall I write to make this change happen?
Here is the simple fix, if someone would be interested:
Edit
sshmasterconnection.cpp
file and in the function
bool SshMasterConnection::userChallengeAuth()
we need to change the following line:
if(pr=="Password: ")
to
if(pr=="Password: " or pr=="Enter PASSCODE:")
Instead of "Enter PASSCODE:" you can use whatever prompt the SSH sends you. But it would be much better not to use fix, hard-coded prompt in the code at all.
Regards
Gesendet: Mittwoch, 15. Juni 2016 um 11:52 Uhr
Von: ilukeberry <luka.kodric@bitstamp.net>
An: x2go-user@lists.x2go.org
Betreff: Re: [X2Go-User] X2Go Two-factor-authentication with SecurID
Hi
I have same problem! Did you recompiled X2go-client for Windows in other to
fix this?
Whats the easy fix for this?
Regards
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user