Re: [X2Go-User] trying to use x2go on windows and could not make it work

2020-04-23 Thread Josh G
Glad that changing the version worked for you.
The links on that page link to version 4.1.2.0.  Hopefully, the team will have 
a fix for version 4.1.2.2 sometime soon.  That way we can take advantage of the 
updates in it.
The version of the server on RHEL6 is definitely buggy in my experience.  I am 
presuming you are getting it from EPEL6 for CentOS6, so you are you getting the 
same version.  Here I require RHEL7 for those deployments due to the 
instability of it on RHEL6.
Josh

On Wednesday, April 22, 2020, 11:14:27 PM EDT, Danilovich, Leonid 
 wrote: 

Josh,

Thank you much, we got it working somewhat when we got the version from 
here https://wiki.x2go.org/doku.php/doc:installation:x2goclient
the only issue now working with cenos6 box ... mint and centos7 seem to 
work OK
Thank you much Leo

On 4/21/2020 11:07 PM, Josh G wrote:
> Does the application complete crash and exit?  Mine would just crash the 
> application completely.  Mine was due to the server requiring FIPS and the 
> application not gracefully handling the fact that it doesn't handle FIPS.  Do 
> you know if the server is hardened?  For me, version 4.1.2.0 did handle it 
> OK.  You can try running the current version (4.1.2.2) in debug from the 
> command line to see if it shows any errors before it crashes.  Mine didn't, 
> but your problem might be different.  If you do decide to try the older 
> version of the client, you can get it here: 
> https://code.x2go.org/releases/binary-win32/x2goclient/releases/ .  Good 
> luck.  If you do figure something out, I am hoping that it might help me make 
> it work for me as well.
> Josh
> 
> On Tuesday, April 21, 2020, 4:10:05 PM EDT, Danilovich, Leonid 
>  wrote:
> 
> Hello,
> 
> I am trying to use it windows to Linux option and can not make it work.
> It looks like connection gets open and then soft crashes and window is
> closing on the screen. Andy advice will be appreciated
> Thank you
> Leo
> ___
> x2go-user mailing list
> x2go-user@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-user

> ___
> x2go-user mailing list
> x2go-user@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-user
> 
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] trying to use x2go on windows and could not make it work

2020-04-21 Thread Josh G
Does the application complete crash and exit?  Mine would just crash the 
application completely.  Mine was due to the server requiring FIPS and the 
application not gracefully handling the fact that it doesn't handle FIPS.  Do 
you know if the server is hardened?  For me, version 4.1.2.0 did handle it OK.  
You can try running the current version (4.1.2.2) in debug from the command 
line to see if it shows any errors before it crashes.  Mine didn't, but your 
problem might be different.  If you do decide to try the older version of the 
client, you can get it here: 
https://code.x2go.org/releases/binary-win32/x2goclient/releases/ .  Good luck.  
If you do figure something out, I am hoping that it might help me make it work 
for me as well.
Josh

On Tuesday, April 21, 2020, 4:10:05 PM EDT, Danilovich, Leonid 
 wrote: 

Hello,

I am trying to use it windows to Linux option and can not make it work. 
It looks like connection gets open and then soft crashes and window is 
closing on the screen. Andy advice will be appreciated
Thank you
Leo
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go Windows Client 4.1.2.2 Crashes Upon Connect

2020-04-09 Thread Josh G
Any Chance there is a work around for this?  Any ideas what is missing from 
this build?  Or why the build isn't handling the issue gracefully?
Thanks,
Josh


On Thursday, March 26, 2020, 5:07:37 PM EDT, Josh G  
wrote: 
The hardening is one of the security profiles that comes with RHEL7.7.  Either 
the USG or the NIST 800-171 profiles.  We use those as a starting point for our 
configuration.  On the specific RHEL7 VMs I am running, I was able fix the 
problem by doing two things (and both needed to be done).  1. Disable fips by 
removing fips=1 from grub.  2. Remove "Ciphers 
aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc" 
from sshd_config.  The RHEL6 machine has neither of those implemented, but it 
is a production machine and I can't play around too much with it.  Going back 
to the RHEL7 machines, it is possible that the updated sshlib lacks some of the 
needed encryption libraries in 4.1.2.2, which 4.1.2.0 has them?  Also, if that 
is the case, it seems like it isn't properly handling that condition.
Thanks,
Josh

On Thursday, March 26, 2020, 12:25:04 PM EDT, Ulrich Sibiller  
wrote: 

Ok, what hardening measures have you taken?

Uli

On Thu, Mar 26, 2020 at 5:17 PM Josh G  wrote:
>
> I am using the gui to configure and I have unchecked "Enable sound support" 
> and "Client side printing support."  There are no shared folders configured, 
> but I didn't see a way to explicitly disable that.  Generally, I have toggled 
> just about any option to see if I can get it to work.  I have tried different 
> authentication methods (password and key).  I have tried MATE, XFCE, and 
> Internet browser.  All work on 4.1.2.0, but not on 4.1.2.2.  I did stand up 
> another VM that is RHEL7 minimal install with just the hardening.  It fails 
> as well clearly has to be something about the hardening.
> Any other ideas else that I should look at?
> Thanks,
> Josh
>
> On Thursday, March 26, 2020, 7:13:28 AM EDT, Ulrich Sibiller  
> wrote:
>
> Does the situation improve if you disable audio, printer and file support?
>
> Uli
>
> On Thu, Mar 26, 2020 at 1:39 AM Josh G  wrote:
> >
> > I stood up some test machines to figure out the issue.  I have the issue on 
> > a clean RHEL7 machine with lots of packages and some security hardening 
> > done on it.  It does not happen on an Ubuntu MATE install or on a RHEL7 
> > minimal install without hardening.  I need to track down the issue to see 
> > if it is something that might be able to be fixed.  I tried simple things 
> > like reverting the sshd_config and setting selinux to permissive.  While 
> > running with --debug and --libssd-debug, there is nothing obvious.  With 
> > --debug, the last statement is a mention that the ssh port is 22 (right 
> > before it calls ssh_connect, I think).  With --debug and --libssh-debug, 
> > the last statement seems like what I would consider benign ssh message 
> > passing.  There is really not much of interest.  The only warning that I 
> > see at all is that /etc/ssh/ssh_known_hosts doesn't exist.
> >
> > Does anyone have any ideas of what I should look at?  It has to be 
> > something that changed in 4.1.2.2 over 4.1.2.0, since the latter still 
> > functions OK.
> >
> > Thanks,
> > Josh
> >
> >
> > On Monday, March 2, 2020, 4:31:46 PM EST, Josh G  
> > wrote:
> >
> > I just installed the Windows client version 4.1.2.2.  It crashes as soon as 
> > it tries to make the SSH connection.  I tried debug and the debug window 
> > closes immediately as well.  Is there a log somewhere?  It was tried on two 
> > different machines that have different OSs and virus protection.  4.1.2.0 
> > works fine.  It doesn't crash when attempting to connect to a computer that 
> > isn't running SSH (just times out).  It does crash when trying to connect 
> > to that same computer by tunneling through another machine that is running 
> > SSH.  If I try to connect to a new machine, it crashes as soon as I accept 
> > the host key.  If you put in a wrong password, it still crashes.  Thus, 
> > there is never a completed SSH connection.  Is there anything I can look at 
> > or do?  I was hoping that 4.1.2.2 would fix some of the annoyances that 
> > prevents me from deploying X2Go to other users.
> > Thanks,
> > Josh
>
> > ___
> > x2go-user mailing list
> > x2go-user@lists.x2go.org
> > https://lists.x2go.org/listinfo/x2go-user
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go Windows Client 4.1.2.2 Crashes Upon Connect

2020-03-26 Thread Josh G
The hardening is one of the security profiles that comes with RHEL7.7.  Either 
the USG or the NIST 800-171 profiles.  We use those as a starting point for our 
configuration.  On the specific RHEL7 VMs I am running, I was able fix the 
problem by doing two things (and both needed to be done).  1. Disable fips by 
removing fips=1 from grub.  2. Remove "Ciphers 
aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc" 
from sshd_config.  The RHEL6 machine has neither of those implemented, but it 
is a production machine and I can't play around too much with it.  Going back 
to the RHEL7 machines, it is possible that the updated sshlib lacks some of the 
needed encryption libraries in 4.1.2.2, which 4.1.2.0 has them?  Also, if that 
is the case, it seems like it isn't properly handling that condition.
Thanks,
Josh

On Thursday, March 26, 2020, 12:25:04 PM EDT, Ulrich Sibiller  
wrote: 

Ok, what hardening measures have you taken?

Uli

On Thu, Mar 26, 2020 at 5:17 PM Josh G  wrote:
>
> I am using the gui to configure and I have unchecked "Enable sound support" 
> and "Client side printing support."  There are no shared folders configured, 
> but I didn't see a way to explicitly disable that.  Generally, I have toggled 
> just about any option to see if I can get it to work.  I have tried different 
> authentication methods (password and key).  I have tried MATE, XFCE, and 
> Internet browser.  All work on 4.1.2.0, but not on 4.1.2.2.  I did stand up 
> another VM that is RHEL7 minimal install with just the hardening.  It fails 
> as well clearly has to be something about the hardening.
> Any other ideas else that I should look at?
> Thanks,
> Josh
>
> On Thursday, March 26, 2020, 7:13:28 AM EDT, Ulrich Sibiller  
> wrote:
>
> Does the situation improve if you disable audio, printer and file support?
>
> Uli
>
> On Thu, Mar 26, 2020 at 1:39 AM Josh G  wrote:
> >
> > I stood up some test machines to figure out the issue.  I have the issue on 
> > a clean RHEL7 machine with lots of packages and some security hardening 
> > done on it.  It does not happen on an Ubuntu MATE install or on a RHEL7 
> > minimal install without hardening.  I need to track down the issue to see 
> > if it is something that might be able to be fixed.  I tried simple things 
> > like reverting the sshd_config and setting selinux to permissive.  While 
> > running with --debug and --libssd-debug, there is nothing obvious.  With 
> > --debug, the last statement is a mention that the ssh port is 22 (right 
> > before it calls ssh_connect, I think).  With --debug and --libssh-debug, 
> > the last statement seems like what I would consider benign ssh message 
> > passing.  There is really not much of interest.  The only warning that I 
> > see at all is that /etc/ssh/ssh_known_hosts doesn't exist.
> >
> > Does anyone have any ideas of what I should look at?  It has to be 
> > something that changed in 4.1.2.2 over 4.1.2.0, since the latter still 
> > functions OK.
> >
> > Thanks,
> > Josh
> >
> >
> > On Monday, March 2, 2020, 4:31:46 PM EST, Josh G  
> > wrote:
> >
> > I just installed the Windows client version 4.1.2.2.  It crashes as soon as 
> > it tries to make the SSH connection.  I tried debug and the debug window 
> > closes immediately as well.  Is there a log somewhere?  It was tried on two 
> > different machines that have different OSs and virus protection.  4.1.2.0 
> > works fine.  It doesn't crash when attempting to connect to a computer that 
> > isn't running SSH (just times out).  It does crash when trying to connect 
> > to that same computer by tunneling through another machine that is running 
> > SSH.  If I try to connect to a new machine, it crashes as soon as I accept 
> > the host key.  If you put in a wrong password, it still crashes.  Thus, 
> > there is never a completed SSH connection.  Is there anything I can look at 
> > or do?  I was hoping that 4.1.2.2 would fix some of the annoyances that 
> > prevents me from deploying X2Go to other users.
> > Thanks,
> > Josh
>
> > ___
> > x2go-user mailing list
> > x2go-user@lists.x2go.org
> > https://lists.x2go.org/listinfo/x2go-user
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go Windows Client 4.1.2.2 Crashes Upon Connect

2020-03-26 Thread Josh G
I am using the gui to configure and I have unchecked "Enable sound support" and 
"Client side printing support."  There are no shared folders configured, but I 
didn't see a way to explicitly disable that.  Generally, I have toggled just 
about any option to see if I can get it to work.  I have tried different 
authentication methods (password and key).  I have tried MATE, XFCE, and 
Internet browser.  All work on 4.1.2.0, but not on 4.1.2.2.  I did stand up 
another VM that is RHEL7 minimal install with just the hardening.  It fails as 
well clearly has to be something about the hardening.
Any other ideas else that I should look at?
Thanks,
Josh

On Thursday, March 26, 2020, 7:13:28 AM EDT, Ulrich Sibiller  
wrote: 

Does the situation improve if you disable audio, printer and file support?

Uli

On Thu, Mar 26, 2020 at 1:39 AM Josh G  wrote:
>
> I stood up some test machines to figure out the issue.  I have the issue on a 
> clean RHEL7 machine with lots of packages and some security hardening done on 
> it.  It does not happen on an Ubuntu MATE install or on a RHEL7 minimal 
> install without hardening.  I need to track down the issue to see if it is 
> something that might be able to be fixed.  I tried simple things like 
> reverting the sshd_config and setting selinux to permissive.  While running 
> with --debug and --libssd-debug, there is nothing obvious.  With --debug, the 
> last statement is a mention that the ssh port is 22 (right before it calls 
> ssh_connect, I think).  With --debug and --libssh-debug, the last statement 
> seems like what I would consider benign ssh message passing.  There is really 
> not much of interest.  The only warning that I see at all is that 
> /etc/ssh/ssh_known_hosts doesn't exist.
>
> Does anyone have any ideas of what I should look at?  It has to be something 
> that changed in 4.1.2.2 over 4.1.2.0, since the latter still functions OK.
>
> Thanks,
> Josh
>
>
> On Monday, March 2, 2020, 4:31:46 PM EST, Josh G  
> wrote:
>
> I just installed the Windows client version 4.1.2.2.  It crashes as soon as 
> it tries to make the SSH connection.  I tried debug and the debug window 
> closes immediately as well.  Is there a log somewhere?  It was tried on two 
> different machines that have different OSs and virus protection.  4.1.2.0 
> works fine.  It doesn't crash when attempting to connect to a computer that 
> isn't running SSH (just times out).  It does crash when trying to connect to 
> that same computer by tunneling through another machine that is running SSH.  
> If I try to connect to a new machine, it crashes as soon as I accept the host 
> key.  If you put in a wrong password, it still crashes.  Thus, there is never 
> a completed SSH connection.  Is there anything I can look at or do?  I was 
> hoping that 4.1.2.2 would fix some of the annoyances that prevents me from 
> deploying X2Go to other users.
> Thanks,
> Josh

> ___
> x2go-user mailing list
> x2go-user@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-user
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go Windows Client 4.1.2.2 Crashes Upon Connect

2020-03-25 Thread Josh G
I stood up some test machines to figure out the issue.  I have the issue on a 
clean RHEL7 machine with lots of packages and some security hardening done on 
it.  It does not happen on an Ubuntu MATE install or on a RHEL7 minimal install 
without hardening.  I need to track down the issue to see if it is something 
that might be able to be fixed.  I tried simple things like reverting the 
sshd_config and setting selinux to permissive.  While running with --debug and 
--libssd-debug, there is nothing obvious.  With --debug, the last statement is 
a mention that the ssh port is 22 (right before it calls ssh_connect, I think). 
 With --debug and --libssh-debug, the last statement seems like what I would 
consider benign ssh message passing.  There is really not much of interest.  
The only warning that I see at all is that /etc/ssh/ssh_known_hosts doesn't 
exist.

Does anyone have any ideas of what I should look at?  It has to be something 
that changed in 4.1.2.2 over 4.1.2.0, since the latter still functions OK.

Thanks,
Josh


On Monday, March 2, 2020, 4:31:46 PM EST, Josh G  
wrote: 

I just installed the Windows client version 4.1.2.2.  It crashes as soon as it 
tries to make the SSH connection.  I tried debug and the debug window closes 
immediately as well.  Is there a log somewhere?  It was tried on two different 
machines that have different OSs and virus protection.  4.1.2.0 works fine.  It 
doesn't crash when attempting to connect to a computer that isn't running SSH 
(just times out).  It does crash when trying to connect to that same computer 
by tunneling through another machine that is running SSH.  If I try to connect 
to a new machine, it crashes as soon as I accept the host key.  If you put in a 
wrong password, it still crashes.  Thus, there is never a completed SSH 
connection.  Is there anything I can look at or do?  I was hoping that 4.1.2.2 
would fix some of the annoyances that prevents me from deploying X2Go to other 
users.
Thanks,
Josh
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go Windows Client 4.1.2.2 Crashes Upon Connect

2020-03-05 Thread Josh G
 From the debug, this is all that I got:
x2go-INFO-1> "Starting X2Go Client 4.1.2.2..."x2go-WARNING-1> English language 
requested, not loading translator.
x2go-WARNING-1> English language requested, not loading translator.
x2go-INFO-3> "Started X2Go Client."
/cygdrive/C/Users/username/.x2go/etc/sshd_config line 3: Deprecated option 
UsePrivilegeSeparation
Object::connect: No such slot SessionWidget::slot_emitSettings()
Object::connect: No such slot SessionWidget::slot_emitSettings()
x2go-INFO-8> "Starting connection to server: server:22"

    On Monday, March 2, 2020, 4:31:46 PM EST, Josh G wrote:  
 
 I just installed the Windows client version 4.1.2.2.  It crashes as soon as it 
tries to make the SSH connection.  I tried debug and the debug window closes 
immediately as well.  Is there a log somewhere?  It was tried on two different 
machines that have different OSs and virus protection.  4.1.2.0 works fine.  It 
doesn't crash when attempting to connect to a computer that isn't running SSH 
(just times out).  It does crash when trying to connect to that same computer 
by tunneling through another machine that is running SSH.  If I try to connect 
to a new machine, it crashes as soon as I accept the host key.  If you put in a 
wrong password, it still crashes.  Thus, there is never a completed SSH 
connection.  Is there anything I can look at or do?  I was hoping that 4.1.2.2 
would fix some of the annoyances that prevents me from deploying X2Go to other 
users.Thanks,Josh
  ___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] X2Go Windows Client 4.1.2.2 Crashes Upon Connect

2020-03-02 Thread Josh G
I just installed the Windows client version 4.1.2.2.  It crashes as soon as it 
tries to make the SSH connection.  I tried debug and the debug window closes 
immediately as well.  Is there a log somewhere?  It was tried on two different 
machines that have different OSs and virus protection.  4.1.2.0 works fine.  It 
doesn't crash when attempting to connect to a computer that isn't running SSH 
(just times out).  It does crash when trying to connect to that same computer 
by tunneling through another machine that is running SSH.  If I try to connect 
to a new machine, it crashes as soon as I accept the host key.  If you put in a 
wrong password, it still crashes.  Thus, there is never a completed SSH 
connection.  Is there anything I can look at or do?  I was hoping that 4.1.2.2 
would fix some of the annoyances that prevents me from deploying X2Go to other 
users.Thanks,Josh
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] Windows Defender and X2Go Client 4.1.2.2

2020-03-02 Thread Josh G
I recently tried to download the latest X2Go client.  Multiple browsers give an 
error on the download about the application being malware/virus.  Further, I 
was greeted with Microsoft Windows Defender SmartScreen stating: "Windows 
Defender SmartScreen prevented an unrecognized app from starting. Running this 
app might put your PC at risk."  This is my first time downloading this 
version, so I don't know if this is an issue with SmartScreen or with the 
binary.  I did not have this issue a couple of months ago when I downloaded 
4.1.2.0.Thanks,Josh
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user