Changes between Version 14 and Version 15 of doc/install


Ignore:
Timestamp:
Sep 15, 2010 8:41:50 AM (15 years ago)
Author:
witha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/install

    v14 v15  
    2626=== [=#advanced]Advanced installation method ===
    2727All hosts (local as well as remote) are accessed via the secure shell (ssh). The user must establish passwordless login using the private/public-key mechanism (see e.g. the [https://www.hlrn.de/home/view/System/Access#Password_and_passphrase_less_ssh HLRN documentation]). '''To ensure proper function of mrun, passwordless login must be established in both directions, from the local to the remote host as well as from the remote to the local host! '''Test this by carrying out e.g. on the local host:
     28
    2829  {{{ssh  <username on remote host>@<remote IP-address>}}}
     30
    2931and on the remote host:
     32
    3033  {{{ssh  <username on local host>@<local IP-adddress>}}}
     34
    3135In both cases you should not be prompted for a password. '''Before continuing the further installation process, this must be absolutely guaranteed! '''It must also be guaranteed for '''all''' other remote hosts, on which PALM shall run.\\\\
    3236Please note that on many remote hosts, passwordless login must also work '''within the remote host''', i.e. for ssh connections from the remote host to itself. Test this by executing on the remote host: