| | 28 | |
| | 29 | == gsissh == |
| | 30 | |
| | 31 | If 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 | {{{ |
| | 33 | eval `ssh-agent` |
| | 34 | ssh-add |
| | 35 | # Replace 'myvo' by the VO you are a member of |
| | 36 | voms-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 |
| | 39 | gsissh -p port_number gsissh.example.org |
| | 40 | }}} |