Changes between Version 2 and Version 3 of doc/app/machine/kisti


Ignore:
Timestamp:
Mar 8, 2011 4:37:12 AM (14 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/machine/kisti

    v2 v3  
    88
    99   2. KISTI will open the firewall only for the interactive node {{{gaiad}}}. Since PALM jobs are running on the batch nodes, they have to redirect all ssh/scp transfer via {{{gaiad}}}. This is done by internal ssh from the respective batch nodes to the interactive node, which requires to create an ssh-key. Login on gaiad and execute:
    10 
    11 {{{   ssh-keygen -t dsa
     10{{{
     11      ssh-keygen -t dsa
    1212      cat id_dsa.pub >> authorized_keys
    1313}}}
     14      In order to make it work (i.e. to generate the host keys), you have to login once from {{{gaiad}}} to one of the batch nodes, e.g. {{{gaia13}}} and vice versa:
     15{{{
     16      ssh <replace by user username on gaia>@gaia13   # login from gaiad to gaia13
     17      ssh <replace by user username on gaia>@gaiad    # login from gaia13 to gaiad
     18      exit
     19      exit
     20}}}
     21      If you omit this step, jobs will abort with a message like "host key identification failed".
    1422
    15       In order to make it work, you have to login
     23
     24