Leapmile
Hostname:
Timestamp:
Hits:
Auto SSH Tunnel Setup Instructions (Linux / Ubuntu)
1️⃣ Download the startup script ⬇️ Download
/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
8️⃣ Verify tunnel
ssh -p 2222 [email protected]
✔ SSH tunnel working if login succeeds