1: Stash the condor repository onto nmi-s006 by doing something like:
 {code}
-$ ssh -l condor nmi-s006 "cd /scratch/condor_stash; ./stash_condor -v V7_4_1"
+$ ssh nmi-s006
+$ cd /scratch/condor_stash
+$ sudo condor-auto ./stash_condor -v V7_4_1
 {endcode}
 (Replace V7_4_1 with the git tag of whatever version you want the externals stashed for). Talk to Matyas if you have any problems/comments.