Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

lscsoft/docker-ligo-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ligo-ssh

The ligo-ssh container is intended for members of the LIGO-Virgo Collaboartion who need to connect to grid resources via GSI-OpenSSH on platforms not supported by gsissh.

Running the container

The default entrypoint for the container is a script which prompts the user for their LIGO.ORG username and provides it as an argument for the ligo-proxy-init tool. By default, the entrypoint will connect to the primary Caltech headnode, but it may be overridden as an argument at container invocation. The container must be run as an interactive termainal, e.g. to connect to Caltech:

docker run -it containers.ligo.org/docker/ligo-ssh:stretch

or to UWM:

docker run -it containers.ligo.org/docker/ligo-ssh:stretch submit.ligo.uwm.edu

Notice the examples above use stretch or Debian v9 containers. You may also the the el7 containers for Scientific Linux 7.

Future work

A menu system like that found on ssh.ligo.org may be a way to make the container more user-friendly.