Had something similar experience in my company where I needed to access the mysql database(A) but the permission was from a specific server(B) . My application resided on another server (C) and needed to connect to the db . I tunnelled in the following way from my app server (C)
ssh -Nf -L 3306:A:3306 B H.T.H Ravi -- Cheers, Sharad God gives the milk but not the pail.- -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
