Browse Source

sshloop: set ServerAliveInterval to 5s

Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com>
master
Alejandro Mery 7 years ago
committed by Alejandro Mery
parent
commit
848d26979c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      files/bin/sshloop

+ 1
- 1
files/bin/sshloop

@ -1,5 +1,5 @@
#!/bin/sh
while ! ${SSH:-ssh} -o ConnectTimeout=1 "$@"; do
while ! ${SSH:-ssh} -o ConnectTimeout=1 -o ServerAliveInterval=5 "$@"; do
sleep 1;
done

Loading…
Cancel
Save