GuysRGithub commited on
Commit
3d61b6e
1 Parent(s): 79ac325
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,6 +158,6 @@ def string_found(string1, string2):
158
  return False
159
 
160
 
161
- subprocess.Popen(["ssh", "-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)
 
158
  return False
159
 
160
 
161
+ subprocess.Popen(["autossh", "-M", "0", "-tt", "-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)