Changes between Version 97 and Version 98 of SystemAdministration/Default_VM_setup


Ignore:
Timestamp:
08/16/18 16:52:44 (6 years ago)
Author:
André Moreira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Default_VM_setup

    v97 v98  
    9797sysctl net.bridge.bridge-nf-call-ip6tables=1
    9898}}}
    99 ### "deploy" and "setup" users' configuration -> needs manual copy of private deploy key for gitlab/github in <1> ###
     99### "deploy" and "setup" users' configuration -> needs manual copy of private deploy key for gitlab/github to /tmp before running ###
    100100
    101101{{{
     
    127127EOF
    128128
    129 ## <1> <Manually copy the private deploy key to /home/setup/.ssh/id_rsa_gitlab_deploy>
     129## <1> <Manually copy the private deploy key to /tmp/id_rsa_gitlab_deploy>
     130mkdir -p /home/setup/.ssh/
     131mv /tmp/id_rsa_gitlab_deploy /home/setup/.ssh/
    130132
    131133chown -R setup:setup /home/setup/.ssh
     134chmod -R 600 /home/setup/.ssh/id_rsa_gitlab_deploy
    132135chmod go+rx /home/deploy
    133136