#!/bin/csh
# Alternative rlogin script
# Sets xhost to new server before login, and cancels afterwards

xhost $*

rlogin $*

xhost - $*
