# NOT CONFIGURED - DELETE THIS LINE ONCE THIS FILE HAS BEEN CONFIGURED # Filename: loader.conf # Description: This is the configuration file for the loader portion of the # ssh_tunnel program. Once configured the contents of this file never change. # This insures that the loader will always operate. It is important not to # change the formatting of this file because it is read by the ssh_tunnel and # processed using perl which is expecting things to be in certain locations. # # loader.conf has two sections: # 1. Configuration information such as the names of the ssh and sshd # hosts, the working directories on each host, and other data as needed. # 2. The ssh host configuration for the loader program is in this file. # That configuration should never change. It needs to be at the end # of the file because ssh uses everything between "Host" entries as # configuration. There is only one Host section in this file. # ######################################################################## # The following section contains host information # SSH_CLIENT not_configured # SSH_CLIENT_DIR /path/on/ssh_client # SSH_SERVER not_configured # SSH_SERVER_DIR /path/on/ssh_server # ######################################################################## # The following section is the ssh config file for the loader program. # IMPORTANT! The path on the client MUST have the SSH_SERVER name in # it. The script uses this name is search strings and it MUST be there. Host loader HostName ssh_server_WAN_domain_name Port = 22 UserKnownHostsFile = /path/must/have/SSH_SERVER/name/in/it/known_hosts User = user_login_name_on_server IdentityFile = /path/must/have/SSH_SERVER/name/in/it/id_rsa.private_key_name