> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/services/gitlab.md).

# Gitlab

<details>

<summary>Explore Public GitLab Repo</summary>

<http://dev01/explore>

<figure><img src="/files/q0Hl4XC1Hdqaywtdzdbt" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Git Clone Repo With SSH Private Key</summary>

```bash
# Test Connection Using Private Key
ssh -i marian.pri git@dev01

# Git Clone "Monitor" Repo
GIT_SSH_COMMAND='ssh -i marian.pri -o IdentitiesOnly=yes' git clone git@dev01.cowmotors.com:msimpson/monitor.git
```

</details>
