Changes between Initial Version and Version 1 of Ticket #2454, comment 2


Ignore:
Timestamp:
May 5, 2020, 4:43:11 PM (4 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2454, comment 2

    initial v1  
    1010# in server you are using to mirror
    1111#generate a key for server you want to mirror to
     12
    1213{{{
     14
    1315ssh-keygen -t rsa #accept the defaults
    1416#copy the public key ~/.ssh/id_rsa.pub add it to your hop.osgeo7.osgeo.org authorized_keys
    1517
    16 }}
     18}}}
     19
    1720
    1821Step 2
    1922#log into ssh neteler@hop.osgeo7.osgeo.org
    20 {{
     23{{{
    2124echo ssh-rsa --contents-public-key-here- grass@osgeo7 >> ~/.ssh/authorized_keys
    22 }}
     25}}}
    2326
    2427Step 3
    2528#in grass container in the account you will be using for rsync
    26 {{
     29{{{
    2730echo ssh-rsa --contents-public-key-here- grass@osgeo7 >> ~/.ssh/authorized_keys
    28 }}
     31}}}
    2932
    3033