def open_ssh_connection(self, host, ssh_username): ssh_remote._connect(host, ssh_username, self.private_key)