#----- ssh_tunnel.conf (v3.29 2006/05/21) -------------------------------------------- # This is the configuration file for the ssh_tunnel program. Uncomment the lines below # that correspond to your operating system. The program locations are based on standard # locations, but might need to be changed if your installation is different. # Solaris 8 values #our $HOST_PGM ='/usr/ucb/hostname'; #our $LS_PGM ='/bin/ls'; #our $MAIL_PGM ='/usr/ucb/mail'; #our $NETSTAT_PGM ='/usr/bin/netstat -P tcp'; #our $PS_PGM ='/bin/ps'; #our $SCP_PGM ='/opt/bin/scp'; #our $SSH_PGM ='/opt/bin/ssh'; #our $TELNET_PGM ='/usr/bin/telnet'; #our $W_PGM ='/usr/bin/w'; #our $ZIP_PGM ='/usr/bin/zip'; # Linux 2.x values #our $HOST_PGM ='/bin/hostname'; #our $LS_PGM ='/bin/ls'; #our $MAIL_PGM ='/bin/mail'; #our $NETSTAT_PGM ='/bin/netstat -t'; #our $PS_PGM ='/bin/ps'; #our $SCP_PGM ='/usr/bin/scp'; #our $SSH_PGM ='/usr/bin/ssh'; #our $TELNET_PGM ='/usr/bin/telnet'; #our $W_PGM ='/usr/bin/w'; #our $ZIP_PGM ='/usr/bin/zip'; # cygwin 1.5x values assuming standard install to c:\cygwin # Note: You need to install the following non base cygwin packages: # email # inetutils # openssh # procps # zip # # You need to uncomment the correct location of netstat below #our $NETSTAT_PGM ='/c/WINDOWS/system32/netstat'; #our $NETSTAT_PGM ='/c/WINNT/system32/netstat'; #our $HOST_PGM ='/usr/bin/hostname'; #our $LS_PGM ='/usr/bin/ls'; #our $MAIL_PGM ='/usr/bin/email'; #our $PS_PGM ='/usr/bin/procps'; #our $SCP_PGM ='/usr/bin/scp'; #our $SSH_PGM ='/usr/bin/ssh'; #our $TELNET_PGM ='/usr/bin/telnet'; #our $W_PGM ='/usr/bin/w'; #our $ZIP_PGM ='/usr/bin/zip'; # Copyright: 2004-2006 by John R Larsen # http://larsen-family.us john@larsen-family.us # Released under the same Artistic license as perl