~ben-hutchings/ensoft-sextant/csv-upload

« back to all changes in this revision

Viewing changes to src/sextant/sshmanager.py

  • Committer: Ben Hutchings
  • Date: 2014-10-16 15:15:38 UTC
  • Revision ID: benh@ensoft.co.uk-20141016151538-a1dor5jvkc8mnkty
markups except for context manager DBProgram and Validator function changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        _controller_name:
44
44
            The base of the identifying name for the ssh controller - the
45
45
            actual name will be a combination of this and the local port.
46
 
        
 
46
    """
47
47
 
48
 
    """
49
48
    def __init__(self, local_port, remote_host, remote_port, ssh_user=None):
50
49
        """
51
50
        Open an SSH tunnel with multiplexing enabled.