5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
|
#!/usr/bin/sh
|
||
|
|
||
|
ssh -p 10022 -N -f -L 6000:localhost:6000 <user on the member's machine>@<your server>
|
||
|
|