Difference between revisions of "Linux - Remote Desktop"
Jump to navigation
Jump to search
(Created page with " ===Remmina=== [https://www.remmina.org/wp/ Remmina] *[https://github.com/FreeRDP/Remmina/wiki/Remmina-Usage-FAQ Remmina Usage FAQ] *[https://github.com/FreeRDP/Remmina/wiki...") |
|||
Line 2: | Line 2: | ||
===Remmina=== | ===Remmina=== | ||
− | [https://www.remmina.org | + | [https://www.remmina.org/ Remmina] |
*[https://github.com/FreeRDP/Remmina/wiki/Remmina-Usage-FAQ Remmina Usage FAQ] | *[https://github.com/FreeRDP/Remmina/wiki/Remmina-Usage-FAQ Remmina Usage FAQ] |
Latest revision as of 23:37, 22 April 2025
Contents
Remmina
- Remmina Usage FAQ
- Remmina wiki
- Remmina User's guide
MIGHT beIS better than ssvnc...- Tho I do wish to hell it didn't keep stuffing new sessions onto the same window with whichever session got opened first...
- Well... Apparently, it groups the windows into tabs based on the "Group" field... Almost makes some kind of sense...
- Does seem capable of connecting to Windows machines through RDP
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt-get update
sudo apt-get install remmina remmina-plugin-rdp remmina-plugin-vnc libfreerdp-plugins-standard
- Saves remote connection information in ~/.remmina
- or... maybe in ~/.local/share/remmina
SSVNC
- Requires encryption to be turned off in Vino
- gsettings set org.gnome.Vino require-encryption false
- Ctrl key not working in VNC
RDP
X11 Forwarding
- Research Required