4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
ssh -D 192.168.0.4:1085 127.0.0.1 -N
|
|
|