2025

Set Up Linux a Local VPS to Obtain a Public IP

Make ssh tunnel sudo nano /etc/systemd/system/ssh-tunnel.service Isikan dengan isian berikut [Unit] Description=Persistent Reverse SSH Tunnel with PEM Key After=network-online.target Wants=network-online.target [Service] User=sky Environment="HOME=/home/sky" ExecStart=/usr/bin/ssh -i {server_key} -o "ServerAliveInterval=60" -o "ExitOnForwardFailure=yes"…