Changes between Version 6 and Version 7 of FAQ


Ignore:
Timestamp:
Mar 11, 2011, 5:09:55 PM (13 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v6 v7  
    2626
    2727Les utilisateurs de ganga peuvent copier et modifier le fichier tel que décrit ci-dessus et le spécifier avec la variable ConfigVO dans la section [LCG] du .gangarc
     28
     29== gsissh ==
     30
     31If you have the Unix `gsissh` command installed on your system and would like to use it to connect to a machine accepting `gsissh` connections, you must follow the following procedure:
     32{{{
     33eval `ssh-agent`
     34ssh-add
     35# Replace 'myvo' by the VO you are a member of
     36voms-proxy-init --voms myvo
     37# Replace 'port_number' by the appropriate port number used by the machine you want to connect to (typical values are 1975 and 2222)
     38# Replace 'gsissh.example.org' by the host name of the machine you want to connect to
     39gsissh -p port_number gsissh.example.org
     40}}}