From 3abd8dfcd3d3b706255cee74bec7ff30885e4ec2 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 24 Jun 2022 15:20:48 +0800 Subject: [PATCH] Update __init__.py --- route/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()