This is referenced from the gist of Vivek
mkdir $HOME/.globus
cd $HOME/.globus
wget https://software.xsede.org/security/xsede-certs.tar.gz
tar xvf xsede-certs.tar.gz
cd certificates
myproxy-logon -s myproxy.xsede.org -l <username>
Note: because the certificate is only temporary, one needs to repeat these following steps every 24 hours.
gsissh -p 2222 stampede.tacc.xsede.org
gsissh -p 2222 [email protected]
Offitial guide can be found here.
gsissh -l <username> comet.sdsc.xsede.org
Offitial guide can be found here.
Optional
If your which gsissh
is different from /usr/bin/gsissh
, setup the env variable.
export GLOBUS_LOCATION=`which gsissh`