#!/bin/bash
trap '' 2 20 24
clear
echo -e "SSH tunnel started, shell disabled by Virtualizor VPS Control Panel"
while [ true ] ; do
sleep 1000
done
exit 0
