ssh tunnel

Thatchai
Mar 29, 2023

create ssh tunnel

ssh -L local_port:target_ip:target_port user@server_ip

--

--