You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-access/conf.d/access

17 lines
539 B

# List of access hosts, separated by a space
# You can define your host in several ways:
# 'example.org' - access@example.org port 22
# 'example.org:200' - access@example.org port 200
# 'user@1.2.3.4:333' - user@1.2.3.4 port 333
ACCESSHOST="access"
# Path to the private SSL-key file for connection to the access host
# The key must be accessible without a password
KEYFILE=/var/lib/calculate/access_key
# Connection timeout (in seconds)
CONNECT_TIMEOUT=20
# Maximum number of retries before disallowing access, -1 - infinity
RETRY=5