Changes between Version 14 and Version 15 of doc/install
- Timestamp:
- Sep 15, 2010 8:41:50 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install
v14 v15 26 26 === [=#advanced]Advanced installation method === 27 27 All 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 28 29 {{{ssh <username on remote host>@<remote IP-address>}}} 30 29 31 and on the remote host: 32 30 33 {{{ssh <username on local host>@<local IP-adddress>}}} 34 31 35 In 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.\\\\ 32 36 Please 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: