###Single hop tunelling:
ssh -f -N -L 9906:127.0.0.1:3306 user@dev.example.com
where,
-fputs ssh in background-Nmakes it not execute a remote command
| {:deps {org.clojure/clojure {:mvn/version "1.10.0"} | |
| com.taoensso/nippy {:mvn/version "2.14.0"} | |
| org.apache.commons/commons-compress {:mvn/version "1.18"}}} |
###Single hop tunelling:
ssh -f -N -L 9906:127.0.0.1:3306 user@dev.example.com
where,
-f puts ssh in background-N makes it not execute a remote command