Browse Source

sshscreen: add ServerAliveInterval=15

master
Alejandro Mery 11 years ago
parent
commit
023ac49251
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      files/bin/sshscreen

+ 3
- 1
files/bin/sshscreen

@ -1,3 +1,5 @@
#!/bin/sh
exec sshloop -t "$@" exec screen -dRU
ServerAliveInterval=15
exec sshloop -t -o "ServerAliveInterval=$ServerAliveInterval" \
"$@" exec screen -dRU

Loading…
Cancel
Save