Hello,
I need to create a ssh tunnel to my server, I used too many commands in terminal but no one of them worked ,
here is the commands that I used :
please note that 120 is the local port that I wanna use in my browsers.
and (myport) is my ssh port.
any help is really appreciated.
I need to create a ssh tunnel to my server, I used too many commands in terminal but no one of them worked ,
here is the commands that I used :
Code:
ssh -D 120 root@my-ip -p (myport)
ssh -N -P (myport) root@my-ip -D 120
please note that 120 is the local port that I wanna use in my browsers.
and (myport) is my ssh port.
any help is really appreciated.
Last edited: