#!/bin/sh

htype=$1

case $htype in 
   vax) host=athena-vax.dialup ;;
   rt) host=athena-rt.dialup ;;
   decmips) host=hodge; echo "On $host:"; finger @$host | grep v0 ;;
   *) 	echo "usage: gethost vax|rt|decmips|rsaix [command]"; exit 1 ;;
esac

rkinit $host -l kkkken
rlogin $host -l kkkken
