> For the complete documentation index, see [llms.txt](https://mondrian.gitbook.io/yennefer-cluster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mondrian.gitbook.io/yennefer-cluster/yennefer-cluster-c1.6.0/tutorial/ssh.md).

# SSH프로젝트 생성하기

## SSH이란?

SSH로 접근하여 접속할 수 있는 기능을 제공하는 환경 프리셋입니다. 사용자는 터미널 (XShell, PuTTY, SSH Client 등)을 통해 SSH로 접속하여 외부 IDE에서 원하는 환경으로 연구를 수행할 수 있습니다.

## SSH프로젝트 생성하는법

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

* Studio 에서 프로젝트 만들기 버튼을 클릭하세요.

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

* 프로젝트 페이지 페이지에서 제목과 프로젝트에 대한 설명을 적은 뒤 다음 버튼을 클릭하세요.

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

* 환경 프리셋 선택 단계에서 SSH를 선택합니다.

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

* 마지막으로 사용할 머신을 선택하면 SSH 프로젝트를 생성 할 수 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mondrian.gitbook.io/yennefer-cluster/yennefer-cluster-c1.6.0/tutorial/ssh.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
