On Sat, 2004-02-21 at 03:34, WipeOut wrote: > Quite simple really.. I usually need to map at least 3 ports to work > across the ssh link on each of the servers I am accessing.. So the > command line would end up being something like this.. > > ssh -Cg -L xx:<ip>:xx -L yy:<ip>:yy -L zz<ip>:zz <server name> > > This is a real PITA to remember or have to type out each time I want to > connect.. Shoot, the first thing you should do is make a shell script that does all this for you. You could name it "go" and just type in "go <server name>" and be done. But you are right in that putty does make this a lot easier from a point-n-click perspective. -- Kuramarujo - http://www.webtrek.com/~klemmerj/sumo.html