#!/bin/sh
. /etc/blackPanther-default-apps.conf

echo -e "$YEL Root auth required to whatch SSH banner.."

echo -e "$RED"
su -c 'cat /etc/ssh/banner'
echo -e "$DEF"
echo ""
 
