Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
The remote proxy closed the connection while negotiating
the session. This may be due to the wrong authentication
credentials passed to the server.

...

Workaround 1

This Initial workaround is due to too many X2Go sessions opened. 

...

to remove all opened sessions from ~/.x2go directory:

Code Block
rm -f ~/.x2go/S-*

When connecting to server remember to

...

terminate old session(s) and start a new session.

...

Workaround 2

If workaround 1 did not help:

  • repeat workaround 1 to avoid sessions mess
  • login to your x2go remote server and remove .Xauthority file

...

  • in your

...

  • home

...

  • directory on the remote server

...

  • :

    Code Block
    rm -f ~/.Xauthority


  • try X2go again