Sorry, that file was somehow temporarily out of the .deb only build.
It has been restored from 0.8.2.1 onward. 0.8-3 should be up shortly
as well. The file is as follows if you want to reconstitute it. Do a
chmod +x to make it live. Again sorry about that....
#!/bin/bash
# Original concept: Mark Krawitz on Hardhats
# Modified and Programmed for Astronaut by I. Valdes
# User specific aliases and functions
export SHELL=/bin/false
trap exit SIGINT SIGTERM SIGQUIT SIGHUP
stty susp \000
echo "Astronaut VistA SSH Tunnel...Minimize, do not exit or close."
while [ true ]
do
sleep 60000000
done