Changes between Initial Version and Version 1 of Ticket #2454, comment 2
- Timestamp:
- 05/05/20 16:43:11 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2454, comment 2
initial v1 10 10 # in server you are using to mirror 11 11 #generate a key for server you want to mirror to 12 12 13 {{{ 14 13 15 ssh-keygen -t rsa #accept the defaults 14 16 #copy the public key ~/.ssh/id_rsa.pub add it to your hop.osgeo7.osgeo.org authorized_keys 15 17 16 }} 18 }}} 19 17 20 18 21 Step 2 19 22 #log into ssh neteler@hop.osgeo7.osgeo.org 20 {{ 23 {{{ 21 24 echo ssh-rsa --contents-public-key-here- grass@osgeo7 >> ~/.ssh/authorized_keys 22 }} 25 }}} 23 26 24 27 Step 3 25 28 #in grass container in the account you will be using for rsync 26 {{ 29 {{{ 27 30 echo ssh-rsa --contents-public-key-here- grass@osgeo7 >> ~/.ssh/authorized_keys 28 }} 31 }}} 29 32 30 33