Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 40: Line 40:  
  alias cp='cp -i --preserve=timestamps'
 
  alias cp='cp -i --preserve=timestamps'
 
  alias mv='mv -i'
 
  alias mv='mv -i'
 +
 +
Create the ssh details for the build server:
 +
 +
mkdir -p ~/.ssh
 +
nano ~/.ssh/config
 +
 +
Host  shell.koozali.org
 +
User  brianr
 +
Port  222
 +
IdentityFile /home/brianr/.ssh/smeserver-buildsys
 +
ForwardAgent yes
    
Make Sure your public and private keys are syncronised onto the build server (I just copied the key files to the rocky server from my Centos 7 server).
 
Make Sure your public and private keys are syncronised onto the build server (I just copied the key files to the rocky server from my Centos 7 server).

Navigation menu