0

I have a local GPU machine at home and want to be able to connect remotely to it with the laptop. What are the best practices and solutions for this?

Local GPU machine: Ubuntu 20

Laptop: Mac os

Update:

  • I want to do programming (e.g. vs code) and run my code on the local server.
  • It's fine to have terminal-based access (e.g. ssh). But I also need to synchronize my code between local machine and laptop while I'm coding with vs code (code is located on local machine).
  • Please provide detailed steps of setuping ssh connection, automated synchronization of the code (or data) and run script on the local machine.

Thank you.

Royal
  • 1

1 Answers1

0

The two main technologies to look into are "ssh" and "vnc".

If all you need is away of logging in remotely to open a text terminal (to run build scripts in, etc), then ssh is your tool of choice.

If you need to be able to "see the screen" of that remove machine (in a window), then the tool(s) to look into are VNC (TigerVNC etc); these allow you to show that remote machine's desktop in a window on your mac. Warning: it's not always trivial to set up.