Home | History | Annotate | Download | only in hosts

Lines Matching full:connection

30     """Manages multiplex ssh connection."""
60 """Starts the background process to run multiplex ssh connection.
67 connection to be established. If timeout is reached, a
72 # ssh connection and create a new one, therefore use a lock to protect
75 # If a previously started master SSH connection is not running
80 'Master ssh connection to %s is down.', self._hostname)
83 # Start a new master SSH connection.
88 # Start the master SSH connection in the background.
96 'Starting master ssh connection \'%s\'', master_cmd)
102 # To prevent a race between the the master ssh connection
111 logging.info('Timed out waiting for master-ssh connection '
115 """Releases all resources used by multiplexed ssh connection."""
133 """Holds SSH multiplex connection instance."""
152 logging.debug('Get master ssh connection for %s@%s:%d', user, hostname,