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.