#Username for connection
#
user=root


#Password for connection
#
password=password


#Attempt to use the sudo command during the install process. This option uses "echo password | sudo -S" if
#the O/S does not support this then it will fail.
#
#sudo=sudo


#Specify whether to only use telnet instead of first attempting to do ssh then telner in O/S detection.
#(not recommended)
#
# 0 = off
# 1 = on
#telnet=1


#If connecting with telnet the files must be precached in /tmp or the custom option must be used
#
# 0 = off
# 1 = on
#cache=1


#The custom option allows you to be able to download/cache the masthead and agent file in another way besides
#using the default scp option.
#
#custom=wget http://SERVER:PORT/masthead/masthead.afxm;mv masthead.afxm /tmp/actionsite.afxm;wget http://support.bigfix.com/download/bes/7/clients/BESAgent-version-os.*; mv BESAgent* /tmp


#Turn on Whether to use the proxy or not.
# yes=on
# no or not set = off
#proxy=yes

#If proxy is set to proxy=yes then you must specify the server in the following format.
#proxy_server=http://SERVERNAME:PORT

#If your proxy is an authenticated proxy then you must set the username and password variables.
#proxy_user=USER
#proxy_pass=PASSWORD

#This setting controls whether or not to download a new copy of the client_files.txt on every run of the tool. If you have an old version of the client_files.txt you will be installing an older version of the BES Agent.
keep=Keep old file
#download or unset=download new version of client_files.txt
client_files=keep

#Enable or disable using a private key file instead of a password. This likely will not work with sudo.
#options are "1" or "0"
#1=on
#0=off
#key_file_use=1

#If key_file_use is enabled then you must specify the location to the key file. 
#This must be a key file supported by putty/plink which means the key has to have been made in puttygen (more info: http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter8.html#pubkey)
#key_file="C:\Path\to\key\file.pem"