On Sun, May 29, 2022 at 11:16 AM Ulrich Sibiller <uli42@gmx.de> wrote:
"Connection reset by peer" points to this:
https://unix.stackexchange.com/questions/94720/connection-reset-by-peer-using-sshfs

So chances are this is unrelated to x2go but rather something on you
system that's not properly configured.

As I am not really into the x2go mechanism I suggest to play around
with sshfs alone on the server and try to mount your home from the
client. If that does not work try to fix it.

Uli

On Sun, May 29, 2022 at 2:08 PM Neal Becker <ndbecker2@gmail.com> wrote:
>
> Just noticed that mounting of my home dir is failing.  In journal I see:
>
> May 29 08:02:40 nbecker8 /usr/bin/x2gomountdirs[878032]: WARNING: mounting of /home/nbecker failed
> May 29 08:02:41 nbecker8 /usr/bin/x2gomountdirs[878032]: WARNING: mounting of /home/nbecker/.x2go/S-nbecker-50-1653825344_stDMATE_dp24/spool failed
>
> In /home/nbecker/.x2go/C-nbecker-50-1653825344_stDMATE_dp24/sshfs-mounts.log:
> read: Connection reset by peer
> read: Connection reset by peer
> read: Connection reset by peer
> read: Connection reset by peer
>
> I don't know when this started failing as I don't use it much.  Perhaps related to upgrade of client to fedora 36?
>
> ssh login without password is working fine.
>
> Any ideas?
>
> Thanks,
> Neal
> _______________________________________________
> x2go-user mailing list
> x2go-user@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-user
Thanks for the suggestion.  Unfortunately it doesn't seem to be my problem.  On the server I tried
sshfs <client host>:/home/nbecker mnt
and it worked just fine.