Update
Browse files
app.py
CHANGED
@@ -154,6 +154,6 @@ def post_process(output):
|
|
154 |
|
155 |
|
156 |
|
157 |
-
subprocess.Popen(["autossh", "-M", "0", "-o", "StrictHostKeyChecking=no",
|
158 |
"-i", "id_rsa", "-R", "guysmedchatt:80:localhost:7860", "serveo.net"])
|
159 |
# subprocess.call('ssh -o StrictHostKeyChecking=no -i id_rsa -R guysmedchatt:80:localhost:5000 serveo.net', shell=True)
|
|
|
154 |
|
155 |
|
156 |
|
157 |
+
subprocess.Popen(["autossh", "-M", "0", "-tt", "-o", "StrictHostKeyChecking=no",
|
158 |
"-i", "id_rsa", "-R", "guysmedchatt:80:localhost:7860", "serveo.net"])
|
159 |
# subprocess.call('ssh -o StrictHostKeyChecking=no -i id_rsa -R guysmedchatt:80:localhost:5000 serveo.net', shell=True)
|