eg: I need to set up a tunnel to connect to one of my db servers (in thedmz)
ssh -N -L 54321:localhost:5432 username(at)mydmzhosthere
It would be nice if if could run that before opening the connectionautomatically.
Brad