Code cleanup

This commit is contained in:
Jerry Seutter
2014-10-28 12:11:22 -06:00
parent e39c1f9579
commit 15380ae80a
7 changed files with 15 additions and 69 deletions

View File

@@ -1,3 +1,12 @@
"""
This script can be used to ssh to a cloud server started by GNS3. It copies
the ssh keys for a server to a temp file on disk and starts ssh using the
keys.
Right now it only connects to the first cloud server listed in the config
file.
"""
import os
from PyQt4 import QtCore, QtGui