---
title: "Support for Cloning Git Using SHH Keys"
slug: "support-for-cloning-git-using-shh-keys"
description: "Support for cloning Git using SHH Keys in Test Modeller."
tags: ["Connections and Integrations", "Test Modeller"]
updated: 2023-07-29T15:47:40Z
published: 2023-07-29T15:47:40Z
canonical: "knowledge.curiositysoftware.ie/support-for-cloning-git-using-shh-keys"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.curiositysoftware.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# Support for Cloning Git Using SHH Keys

This is only valid for on-premise installations. Learn more about on-premise installations here: [**Installation Documentation**](/docs/installation-documentation)

The SSH private key needs to be mapped into the docker container; here is an example configuration where we map from the docker host machine (Linux in this case) to the docker container.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1681815177105.png)

***Note:****if the key is not connecting to a known host, the known hosts file may also need to be mapped (/.ssh/known_hosts).*

Here is an example connection we have set up to connect over SSH. We do not provide a username and password, as that is instantiated from the SSH key.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1681815181168.png)

## Related

- [GitHub](/github.md)
- [Configure GitHub Connector](/configure-github-connector.md)
- [Import Automation from GitHub](/import-automation-from-github.md)
- [Export Automation to GitHub](/export-automation-to-github.md)
- [Clone New Framework to GitHub](/clone-new-framework-to-github.md)
- [Link Existing Framework to GitHub](/link-framework-to-github.md)
