I am trying to use Jabref to do some fixes in my .bib files. I’ve installed via snap at my Ubuntu 16.04 LTS machine and all works fine. But I need to work from other machine in same university, where I can’t install Jabref. So I do the command like this
$ ssh -X user@machine.university.br
And, after give the password:
$ jabref
If I was at a session in my machine, Jabref would open after that command. But how I am doing remote access, I receive an error message:
X11 Connection Rejected Because of Wrong Authentication
But it happens only with Jabref. All other software opens at command line.
I don’t know why this happens, how can I open Jabref remotely, if possible?