Changes between Version 8 and Version 9 of apachesolr


Ignore:
Timestamp:
Aug 29, 2010, 3:48:02 PM (15 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • apachesolr

    v8 v9  
    2929=== On the primary server ===
    3030
    31 Create a new user on the server and add mirabal's public ssh key to the new user's ~/.ssh/authorized_keys file. mirabal will connect to the host server and provide an ssh tunnel to the Apache Solr server.
     31Create a new user on the server with the user name solr-ssh and add:
    3232
     33{{{
     34ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDK9Rnog/DuOeFN0gusPadGHtAFs/vrfuNyxsNpakycA/+hkKbgEid/xR4Tbbs25ak03bBJePdCf/PpORcB2rgiFwte4fOAfoXX/VHBnqZLFizhZKPCtG0gstQXTwdvOkx+8p5yPODVQvkqeOJCxF7EAI5B9VgcoJWdh2tQX+e07v/DgRtTs+01re0ZmVxmpGpgRWICdaPms9Hh/DwJT7gs19TpPv1qBgzDTN/z12b/6BRsShk/eEGVwslGF3meFA5+saWPmCSJKKK3Pg0btp3LxLkZfWUtdnVr7ASeJlevnthOPlSMp0ITs6oznhQEjycWK+nBYNUrK+cguiMepe/t solr-ssh@mirabal
     35}}}
     36
     37to the new user's ~/.ssh/authorized_keys file. mirabal will connect to the host server with these credentials and provide an ssh tunnel to the Apache Solr server.
    3338
    3439=== On Mirabal  ===