# 머신 접속 시 오류 대처

## SSH 접속 시 known\_host.. 오류 대처 가이드

<figure><img src="/files/H2od3k8apem0U24cIWSJ" alt="" width="563"><figcaption></figcaption></figure>

위와 같이 에러가 발생하는 경우 **`known_hosts`** 파일이 존재하는 위치로 이동하여&#x20;

텍스트 편집기로 실행하여 **`[machine.runyour.ai] ...`** 접속 이력을 제거해야 합니다.

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

해당 문자열을 제거하고 문서를 저장하여 다시 한번 머신에 접속합니다.


---

# Agent Instructions: 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:

```
GET https://runyourai.gitbook.io/userguide/tutorial/errorguide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
