summaryrefslogtreecommitdiffstats
path: root/remote/lib/parameters.sh
blob: 0714a686883ef532d3e2c95166a9f923ddfdbd9d (plain)
1
2
3
4
5
6
7
8
# Configurable
timeout=2
fold=120
#palete='blue'


# Helpers
ssh_params="-x -q -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -o ConnectTimeout=$timeout"