/home/leapmile/Downloads/
2️⃣ Set the root password
sudo passwd root
Password:
******
3️⃣ Switch to root
sudo -i
4️⃣ Generate SSH key
ssh-keygen -b 4096
Press Enter for all prompts
5️⃣ Copy SSH key to cloud host
ssh-copy-id root@<cloud_host_url>
6️⃣ Go to downloads
cd /home/leapmile/Downloads/
7️⃣ Run the script
bash buildautosshtunnel.sh
✔ SSH tunnel working if login succeeds