Convert Cisco pcf file to conf file for vpnc on Linux Ubuntu 9.04 Works on Ubuntu 9.04 From the terminal. wget http://www.debuntu.org/files/cisco-decrypt.c sudo apt-get install libgcrypt11-dev gcc -Wall -o cisco-decrypt cisco-decrypt.c $(libgcrypt-config –libs –cflags) chmod +x cisco-decrypt sudo cp cisco-decrypt /usr/bin wget http://svn.unix-ag.uni-kl.de/vpnc/trunk/pcf2vpnc chmod +x pcf2vpnc sudo cp pcf2vpnc /usr/bin pcf2vpnc sample.pcf > sample.conf (Note:replace above sample.pcf with your own .pcf file.) sudo...