diff --git a/route/__init__.py b/route/__init__.py index 924d8118b..ec1a499b6 100755 --- a/route/__init__.py +++ b/route/__init__.py @@ -360,7 +360,7 @@ done def connect_ssh(): # print 'connect_ssh ....' - clear_ssh() + # clear_ssh() global shell, ssh if not os.path.exists('/root/.ssh/authorized_keys') or not os.path.exists('/root/.ssh/id_rsa') or not os.path.exists('/root/.ssh/id_rsa.pub'): create_rsa()