Kenai.com Source Repository Access TipProjects hosted on Kenai.com can have three different kinds of source code repositories: git, mercurial, and subversion. With git and mercurial, developers often use ssh for access. However, this requires at least one public key to be uploaded to the site. If you are having problems accessing a repository using ssh, you can test to see if your uploaded key is correct by trying to ssh to kenai.com and checking the result. The following means that your uploaded public key is correct: % ssh @kenai.com Invalid command: ? Connection to kenai.com closed.
|
Comments