#!/bin/bash
# sys/support.conf - System Support Configuration


######
# System Support Server

# $support_tunnel_user - User name for remote support login
support_tunnel_user=tunnel

# $support_tunnel_host - Host name of remote support server
support_tunnel_host="support.$domain"

# $support_tunnel_port - Remote port on server to use for local access
#support_tunnel_port=11111


######
# System Support Files

# $support_tunnel_keyfile - Name of support key
support_tunnel_keyfile="$script_confdir/support-tunnel.key"

# $support_tunnel_logfile - Name of log file for support tunnel
support_tunnel_logfile="$logdir/support-tunnel.log"

# $support_tunnel_pidfile - Name of file to store support tunnel process ID
support_tunnel_pidfile="${package_name}-support-tunnel.pid"

View the Developer Guide Index

View the Reference Manual Index


Generated on Fri Jul 28 14:36:32 PDT 2017 by mcsh d14 v0.23.0.