Spaces:
Sleeping
Sleeping
GuysRGithub
commited on
Commit
•
baeea96
1
Parent(s):
2e33664
Update
Browse files
app.py
CHANGED
@@ -158,6 +158,6 @@ def string_found(string1, string2):
|
|
158 |
return False
|
159 |
|
160 |
|
161 |
-
subprocess.Popen(["autossh", "-M", "0", "-
|
162 |
"-i", "id_rsa", "-R", "guysmedchatt:80:localhost:7860", "serveo.net"])
|
163 |
# subprocess.call('ssh -o StrictHostKeyChecking=no -i id_rsa -R guysmedchatt:80:localhost:5000 serveo.net', shell=True)
|
|
|
158 |
return False
|
159 |
|
160 |
|
161 |
+
subprocess.Popen(["autossh", "-M", "0", "-o", "StrictHostKeyChecking=no",
|
162 |
"-i", "id_rsa", "-R", "guysmedchatt:80:localhost:7860", "serveo.net"])
|
163 |
# subprocess.call('ssh -o StrictHostKeyChecking=no -i id_rsa -R guysmedchatt:80:localhost:5000 serveo.net', shell=True)
|