I am trying to connect to a remote mysql database using django.
The documentation specifies that it is required to open an SSH tunnel first to connect to the database.
Is there a python library that can open an SSH tunnel whenever certain settings are set?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

You could try paramiko's forward functionality. For a paramiko overview, see here.

link|improve this answer
The forward.py link isn't available. – the_drow Dec 6 '10 at 8:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.