Try   HackMD

Get your remote Linux IP

hostname -I

Add your remote Linux IP to the host list of your local computer

  1. Edit the /etc/hosts file
sudo nano /etc/hosts
{IP} {host_alias} ## example 140.21.159.20 myLinux