This commit is contained in:
Mateusz779 2023-04-25 10:17:37 +02:00
parent 486c9a1de8
commit fc379c5b28

View File

@ -45,8 +45,9 @@ def ssh_thread_function():
pass
if os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False:
sshalgo = "rsa"
subprocess.run(['ssh-keygen', '-t '+sshalgo, '-f ' +
process =subprocess.run(['ssh-keygen', '-t '+sshalgo, '-f ' +
os.path.join(os.getcwd(), 'keys', "sshkey"), '-P ""'])
print(process.args)
while os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False:
pass
subprocess.run(['wssh', '--fbidhttp=False', '--port='+config.webssh_port,