From 5f00355726bbfa1318ecbcbe6f7f2d937384a746 Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Tue, 25 Apr 2023 10:15:59 +0200 Subject: [PATCH] - --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 07ffd28..ca86370 100644 --- a/utils.py +++ b/utils.py @@ -44,7 +44,7 @@ def ssh_thread_function(): except: pass if os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False: - subprocess.run(['ssh-keygen', '-t dsa', '-f ' + + subprocess.run(['ssh-keygen -t dsa', '-f ' + os.path.join(os.getcwd(), 'keys', "sshkey"), '-P ""']) while os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False: pass