this post was submitted on 28 Jul 2024
59 points (98.4% liked)

Asklemmy

43380 readers
1711 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

Not looking for things that are only trial or pro purpose, I use chrome remote desktop but I imagine there's better options?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] otherbarry@lemmy.zip 6 points 1 month ago (2 children)

Windows has its default Remote Desktop Connection that uses RDP (Remote Desktop Protocol), once enabled it will listen on port 3389. It is pretty solid and has a few features beyond VNC. Just be careful, you probably don't want to open that port onto the internet since every port scanner is scanning that port & looking for unpatched Windows vulnerabilities or insecure user/password logins.

I use RDP myself for my Windows system but I need to SSH into my network before using it, so it's really RDP over SSH. If you're not going to go through all that at the very least change the port to something else so it doesn't get port scanned to death.

.. TBH if you're not too sure about how to secure this stuff maybe Chrome Remote Desktop is the best option, at least it's secured behind your own Google account (hopefully that itself is secure and you have 2FA enabled).

[โ€“] micahmo@programming.dev 4 points 1 month ago

Since you mentioned RDP over SSH, I thought you might be interested in this GUI tool I made to do just that.

https://github.com/micahmo/RDPoverSSH