#!/bin/bash

# add -r scripts
if [ -x /bin/athena/attach ]; then
  eval $(/bin/athena/attach -Padd -b -r scripts)
fi

exec ssh \
	-o GSSAPIAuthentication=yes \
	-o GSSAPIDelegateCredentials=no \
	-o PreferredAuthentications=gssapi-with-mic \
	-o ForwardX11=no \
	-o GlobalKnownHostsFile=/afs/athena.mit.edu/contrib/scripts/etc/known_hosts \
	-o UserKnownHostsFile=/dev/null \
	"$@"
