GuysTrans commited on
Commit
387617e
·
1 Parent(s): 91aa056
Files changed (1) hide show
  1. app.py +1 -1
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)