Changes

From SME Server
Jump to navigationJump to search
254 bytes added ,  22:56, 23 September 2015
Line 44: Line 44:  
   
 
   
 
  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
    
==Workflow==
 
==Workflow==

Navigation menu