USE SSH Key authentification
#!/sbin/runscript
start() {
ssh -f 212.242.77.74 -l remote -L 10000:127.0.0.1:3306 perl -e \”while \(1\) \{\}\”;
return ${retval}
}
USE SSH Key authentification
#!/sbin/runscript
start() {
ssh -f 212.242.77.74 -l remote -L 10000:127.0.0.1:3306 perl -e \”while \(1\) \{\}\”;
return ${retval}
}