Index: locker/bin/ssh
===================================================================
--- locker/bin/ssh	(revision 776)
+++ locker/bin/ssh	(revision 793)
@@ -1,1 +1,15 @@
-link /mit/scripts/ssh/bin/ssh
+#!/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/ssh/known_hosts \
+	-o UserKnownHostsFile=/dev/null \
+	"$@"
Index: locker/bin/sshmic
===================================================================
--- locker/bin/sshmic	(revision 776)
+++ locker/bin/sshmic	(revision 793)
@@ -1,1 +1,1 @@
-link /mit/scripts/ssh/bin/ssh
+link ssh
