Comment 5 for bug 903307

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

Found it. vmmConsolePages.close_viewer() needs to do the following to close tunnels:

        if self.tunnels is not None:
            self.tunnels.close_all()
            self.tunnels = None

with that change, I am able to reconnect. Apparently the ssh tunnels cannot be reused.