this post was submitted on 06 Nov 2023
18 points (100.0% liked)

Linux

4962 readers
501 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

I have a few family members that I help support. For instance, I installed Linux Mint on my grandmother's PC. She doesn't know any different and my young cousin doesn't understand it so he finally stopped giving it viruses. I used to use TeamViewer to take over her PC when she needed support but I got my account banned because they believed I was using it commercially. Oh well!

I have Tailscale installed on the computers. This gives me SSH access. What would you suggest? RDP? Something else?

you are viewing a single comment's thread
view the rest of the comments
[–] lambda@programming.dev 2 points 10 months ago (1 children)

Well, I want to be able to see the screen so that I can talk my grandma through stuff. I have fixed things through SSH and run updates that way too.

[–] disheveledWallaby@lemmy.ml 0 points 10 months ago (3 children)

X forwarding should let you use GUI apps from the remote computer. Its not quite a full remote desktop experience though. You can see how to set up and use x forwarding on YouTube.

[–] notfromhere@lemmy.one 2 points 10 months ago (1 children)

I’ve used X11 over SSH before and it works great for some use cases, however it does not work with Wayland, so if their system supports it now, there’s no guarantee it will work after a major system update.

[–] disheveledWallaby@lemmy.ml 1 points 10 months ago (1 children)

I was curious about that as I haven't tried Wayland yet and its been a while since I've had any reason for an x session via ssh. Glad someone with first hand knowledge could chime in for OP and others as well as myself.

[–] notfromhere@lemmy.one 2 points 10 months ago (1 children)

I have heard they are either working on a similar thing for Wayland or already solved it.

This looks promising, but I have not used it before.

waypipe is a proxy for Wayland[0] clients. It forwards Wayland messages and serializes changes to shared memory buffers over a single socket. This makes application forwarding similar to ssh -X [1] feasible.

[0] https://wayland.freedesktop.org/ [1] https://wiki.archlinux.org/title/OpenSSH#X11_forwarding

[–] disheveledWallaby@lemmy.ml 1 points 10 months ago (1 children)

How quickly things progress. I'm stuck using X due to nvidia. All will get sorted in time. Thanks for the info!

[–] notfromhere@lemmy.one 2 points 10 months ago

Yep that’s why I use KDE. It has nVidia support for Wayland.

[–] lambda@programming.dev 2 points 10 months ago

Great, I'll check it out!

[–] ElderWendigo@sh.itjust.works 2 points 10 months ago (1 children)

X forwarding still won't show Grandma's point of view to work through the problem in front of her. It's not a remote desktop experience at all.

[–] disheveledWallaby@lemmy.ml 0 points 10 months ago

Sorry it doesn't work for you. There are other options in this thread to try. Best of luck.