RavenArens

Lieutenant Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-10-11
11:26
1073 views
We need to be able to integrate with GIT using SSH. It looks like SILK Central has the capability with SSH and SVN. Are there settings also available for GIT, not sure if we are just missing how to do this.
1 Solution
Accepted Solutions
Michael Kern

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-10-12
05:05
Hi,
Where is your GIT repository hosted? Do you use a cloud service like Github or BitBucket or do you host it inhouse?
We recently had a support case where customer uses a Git repository on Bitbucket with a similar request as you to use SSH. We followed the instructions on confluence.atlassian.com/.../set-up-ssh-for-git-728138079.html and got "publickey" authentication working for bitbucket.org.
Once you have done the steps mentioned in the article, you can specify a Git source control profile using a SSH url:
ssh://git@bitbucket.org/<User>/<repository>
Example:
ssh://git@bitbucket.org/sampleuser/demo.git
Note:
The .ssh folder, that is created during SSH key generation, needs to be in the %homedrive% folder of the front-end server as well as on the execution servers. In Silk Central, the front-end server and the execution servers are running using system account. You may have to copy the .ssh folder to the syswow64 folder of the front-end server and the execution servers. We found out the exact folder using Process Monitor.
Regards
Michael
Where is your GIT repository hosted? Do you use a cloud service like Github or BitBucket or do you host it inhouse?
We recently had a support case where customer uses a Git repository on Bitbucket with a similar request as you to use SSH. We followed the instructions on confluence.atlassian.com/.../set-up-ssh-for-git-728138079.html and got "publickey" authentication working for bitbucket.org.
Once you have done the steps mentioned in the article, you can specify a Git source control profile using a SSH url:
ssh://git@bitbucket.org/<User>/<repository>
Example:
ssh://git@bitbucket.org/sampleuser/demo.git
Note:
The .ssh folder, that is created during SSH key generation, needs to be in the %homedrive% folder of the front-end server as well as on the execution servers. In Silk Central, the front-end server and the execution servers are running using system account. You may have to copy the .ssh folder to the syswow64 folder of the front-end server and the execution servers. We found out the exact folder using Process Monitor.
Regards
Michael
1 Reply
Michael Kern

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-10-12
05:05
Hi,
Where is your GIT repository hosted? Do you use a cloud service like Github or BitBucket or do you host it inhouse?
We recently had a support case where customer uses a Git repository on Bitbucket with a similar request as you to use SSH. We followed the instructions on confluence.atlassian.com/.../set-up-ssh-for-git-728138079.html and got "publickey" authentication working for bitbucket.org.
Once you have done the steps mentioned in the article, you can specify a Git source control profile using a SSH url:
ssh://git@bitbucket.org/<User>/<repository>
Example:
ssh://git@bitbucket.org/sampleuser/demo.git
Note:
The .ssh folder, that is created during SSH key generation, needs to be in the %homedrive% folder of the front-end server as well as on the execution servers. In Silk Central, the front-end server and the execution servers are running using system account. You may have to copy the .ssh folder to the syswow64 folder of the front-end server and the execution servers. We found out the exact folder using Process Monitor.
Regards
Michael
Where is your GIT repository hosted? Do you use a cloud service like Github or BitBucket or do you host it inhouse?
We recently had a support case where customer uses a Git repository on Bitbucket with a similar request as you to use SSH. We followed the instructions on confluence.atlassian.com/.../set-up-ssh-for-git-728138079.html and got "publickey" authentication working for bitbucket.org.
Once you have done the steps mentioned in the article, you can specify a Git source control profile using a SSH url:
ssh://git@bitbucket.org/<User>/<repository>
Example:
ssh://git@bitbucket.org/sampleuser/demo.git
Note:
The .ssh folder, that is created during SSH key generation, needs to be in the %homedrive% folder of the front-end server as well as on the execution servers. In Silk Central, the front-end server and the execution servers are running using system account. You may have to copy the .ssh folder to the syswow64 folder of the front-end server and the execution servers. We found out the exact folder using Process Monitor.
Regards
Michael