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== |