SSH with version control system
Run SSH in your machine.
sudo systemctl start sshd
Run SSH in machine startup, so that you do not have to do the above command again in future.
sudo systemctl enable sshd
» Created symlink '/etc/systemd/system/multi-user.target.wants/sshd.service' ...
kaiyom.hashnode.dev2 min read