[FreeNX-kNX] nxconnect released

LROUFAIL at nc.rr.com LROUFAIL at nc.rr.com
Sat Mar 12 04:48:11 UTC 2005


Your patch has been applied in cvs.  Now if an alternate port for ssh is defined in the configuration file it should work correctly.

Please pull the code from cvs to test if you have an opportunity.

Thanks for your help.

Lawrence

----- Original Message -----
From: Václav Šmilauer <smilauer at volny.cz>
Date: Thursday, March 10, 2005 2:35 am
Subject: Re: [FreeNX-kNX] nxconnect released

> Thanks to your great hints, it was a no-brainer. I can finally use NX
> as !M nxclient crashes consistently on my linux box. Great work!
> 
> Regards, Vaclav
> 
> --- TransportSSH.cpp-orig       2005-03-09 12:39:10.000000000 +0100
> +++ TransportSSH.cpp    2005-03-10 08:16:14.000000000 +0100
> @@ -257,6 +257,12 @@
>     mp_process->AddArgument( sTmp );
>   }
> 
> +  sTmp = parameters.GetString( NX_HostPort, "" );
> +  if ( !sTmp.empty() ){
> +      mp_process->AddArgument( "-p" );
> +      mp_process->AddArgument( sTmp );
> +  }
> +
>   sTmp = parameters.GetString( NX_SshLogPath, "" );
>   if( sTmp.empty() )
>   {
> 




More information about the FreeNX-kNX mailing list