-
This commit is contained in:
parent
6f7d80d32a
commit
cd86d49cfd
2
utils.py
2
utils.py
@ -44,7 +44,7 @@ def ssh_thread_function():
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
if os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False:
|
if os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False:
|
||||||
subprocess.run(['ssh-keygen', '-t rsa', '-f '+os.path.join(os.getcwd(), 'keys', "sshkey"), '-P ""'])
|
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:
|
while os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False:
|
||||||
pass
|
pass
|
||||||
subprocess.run(['wssh', '--fbidhttp=False', '--port='+config.webssh_port,
|
subprocess.run(['wssh', '--fbidhttp=False', '--port='+config.webssh_port,
|
||||||
|
Loading…
Reference in New Issue
Block a user