what is the easy/minimal way to remotely(over the Internet) connect a Ubuntu 20.04 system from another Ubuntu 20.04 system? I have tried team-viewer any-desk in the past.
But is there a native way to remotely(over the Internet) connect a Ubuntu 20.04 to another Ubuntu 20.04 within the Ubuntu's applications/sources/out-of-the-box?
Looking for a step by step practical approach..
ssh
I think it is easy to use
ssh
. Installopenssh-server
in [at least] one of the computers, and log in withssh
from the other computer or transfer files withsftp
or simply via the file browser.Several users have found the following link useful in order to run graphical programs via
ssh -X
,What is the simplest way to have remote GUI access to Ubuntu 16.04 “server” from Ubuntu 16.04 “desktop”?
On the system you want to connect to:
On the other system, use any VNC client (eg. Remmina, which is installed by default) to connect.