Changes between Version 31 and Version 32 of HowtoMirrors


Ignore:
Timestamp:
Sep 24, 2018, 2:19:56 PM (6 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoMirrors

    v31 v32  
    44
    55=== FAST INSTRUCTIONS ===
     6 * It is very important the server is up 24/7 without reboots of the server, otherwise it will give broken downloads to the users that are downloading on that moment
    67 * Create an user for the elive isos mirror
    7  * Have a subdomain / web link (Apache server) that points to this user "public_html" directory, with indexing and read permission
     8 * Have a subdomain / web link that points to this user "public_html" directory
    89 * Make sure that rsync is installed and ssh enabled for this user (ssh is required to send the files automatically with rsync in a secured way)
    910 * Run these commands to add the elive server's key:
    1011{{{
    1112ssh-keygen
     13
    1214echo 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAk45j0yfCnHcyi6EKy/tnUOfUKMMeVf1rc/nRPratslLwVVr+bCqjS/KVc5si+8yGsCxQzow2TC3hlymvyxVZhA0Q17G87UQb61nLeG9sl45LyPg5gqLYZUoxaxjT/L/T5XkqpfXhXle5ix0metdSh0sZHMnfhRvMXOAkQHY7YBWMkh9TOLu45GiUW2XKDSZjEWV0NeR06r66KspqsV5jR6HCZ9iQDMoya/6HdTqNDqpza+qqAcHvXCWAbAgr95PXDbSM1KIS9KCRebHVka1437kCU3vrwXKBIb0OF0Rnseqs4icTu2xnu74H2/+uM/C+o4f2QFjJM/CwlQ0w2kL2+Q== elivewebsites@zatara' >> "$HOME/.ssh/authorized_keys"
    1315chmod 744 "$HOME/.ssh"