@@ -37,5 +37,6 @@ if [ ${mode} == "keygen" ]
then
echo "$SSHKEY" > /tmp/keyfile
chmod 0400 /tmp/keyfile
+ exec "$@"
fi
#exec "$@"