Start normal connection when port forwarding
This commit is contained in:
parent
0da56d6ae1
commit
63142a9787
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@
|
||||||
#Hostname = $1
|
#Hostname = $1
|
||||||
#Local port = $2
|
#Local port = $2
|
||||||
#Remote port = $3
|
#Remote port = $3
|
||||||
ssh -N $1 -L $2:localhost:$3
|
ssh $1 -L $2:localhost:$3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue