This commit is contained in:
Mateusz779 2023-04-25 10:15:59 +02:00
parent 9b62de7179
commit 5f00355726

View File

@ -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