Server Setup First, you need to update your system and install necessary packages to your system. To update the system and install the SSH server on the server machine, run the following command: sudo apt-get update sudo apt-get install open ssh-server Second, install Git on …