Changes

From SME Server
Jump to navigationJump to search
Line 263: Line 263:  
   
 
   
 
  chmod 600 ~/.ssh/config
 
  chmod 600 ~/.ssh/config
 +
 +
If you have a number of different keys ssh/cvs may try and use the wrong one.
 +
 +
You can add the following to your ~/.ssh/config file to specify the correct key:
 +
 +
Host  smecontribs.cvs.sourceforge.net
 +
User sfusername
 +
IdentityFile ~/.ssh/my.private.key
    
====Using CVS - Getting source Code====
 
====Using CVS - Getting source Code====

Navigation menu