<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi guys,</div>

<div> </div>

<div>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?</div>

<div> </div>

<div>Here is the simple fix, if someone would be interested:</div>

<div> </div>

<div>Edit <code>sshmasterconnection.cpp</code> file and in the function <code>bool SshMasterConnection::userChallengeAuth()</code> we need to change the following line:

<pre class="code">if(pr=="Password: ")</pre>
to

<pre class="code">if(pr=="Password: " or pr=="Enter PASSCODE:")</pre>

<div>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.</div>

<div> </div>
</div>

<div>Regards</div>

<div> 
<div name="quote" style="margin: 10px 5px 5px 10px; padding: 10px 0px 10px 10px; border-left-color: rgb(195, 217, 229); border-left-width: 2px; border-left-style: solid; -ms-word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin: 0px 0px 10px;"><b>Gesendet:</b> Mittwoch, 15. Juni 2016 um 11:52 Uhr<br/>
<b>Von:</b> ilukeberry <luka.kodric@bitstamp.net><br/>
<b>An:</b> x2go-user@lists.x2go.org<br/>
<b>Betreff:</b> Re: [X2Go-User] X2Go Two-factor-authentication with SecurID</div>

<div name="quoted-content">Hi<br/>
<br/>
I have same problem! Did you recompiled X2go-client for Windows in other to<br/>
fix this?<br/>
<br/>
Whats the easy fix for this?<br/>
<br/>
Regards<br/>
<br/>
<br/>
<br/>
<br/>
_______________________________________________<br/>
x2go-user mailing list<br/>
x2go-user@lists.x2go.org<br/>
<a href="http://lists.x2go.org/listinfo/x2go-user" target="_blank">http://lists.x2go.org/listinfo/x2go-user</a></div>
</div>
</div>
</div></div></body></html>