Automating SSH tunnels

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}
}

Dette indlæg blev udgivet i Knowledge Base, Networking, Old Base. Bogmærk permalinket.

Skriv et svar