[LRZ logo]

GSISSH (static binary)

GSISSH comes included in the Globus Toolkit. However quite often people only need GSISSH without the additional functionality the Globus Toolkit offers. That's why we provide here a GSISSH binary which doesn't need the full Globus Toolkit installed. Instead it is statically linked against the libaries of the Globus Toolkit.

Prerequisites:

Download:

Installation:

After extracting the *.tar.gz file to e.g. your home directory $HOME/gsissh add the following lines to your $HOME/.bashrc file:

# for gsissh
export GLOBUS_LOCATION=$HOME/gsissh
.$GLOBUS_LOCATION/etc/globus-user-env.sh
			

Make sure your public key usercert.pem and private key userkey.pem are stored in $HOME/.globus.

Make sure that you have your CA certificates stored in the directory $HOME/.globus/certificates/. A TAR file of all DEISA CA certs is available from winnetou.sara.nl.

Usage:

> grid-proxy-init
> gsissh -p 2222 [hostname]
			

(Port 2222 is the default port for GSISSH.) After you finished your work with gsissh it is recommended to destroy the generated proxy again for security reasons:

> grid-proxy-destroy
			

If you face any problems, please contact grid-admin@lists.lrz.de