-
This commit is contained in:
parent
9b62de7179
commit
5f00355726
2
utils.py
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user