summaryrefslogtreecommitdiff
path: root/includes/tunnels/zephyrheights.sh
diff options
context:
space:
mode:
Diffstat (limited to 'includes/tunnels/zephyrheights.sh')
-rw-r--r--includes/tunnels/zephyrheights.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/tunnels/zephyrheights.sh b/includes/tunnels/zephyrheights.sh
index 9f7fdaa..5ac50af 100644
--- a/includes/tunnels/zephyrheights.sh
+++ b/includes/tunnels/zephyrheights.sh
@@ -1,4 +1,4 @@
#!/bin/bash
while true; do
- ssh -p 2222 -L 8386:localhost:8384 -T root@zephyrheights.equestria.dev
+ ssh -o "TCPKeepAlive=no" -o "ServerAliveCountMax=0" -o "ServerAliveInterval=0" -p 2222 -L 8386:localhost:8384 -T root@zephyrheights.equestria.dev
done \ No newline at end of file