# Custom SSH Config

Due to the restrictions imposed by Apple sandbox, Medis does not utilize the SSH configuration file located at `~/.ssh/config` by default. This sandbox mechanism is intended to safeguard user files, and it restricts application access to only those files that the user has explicitly authorized within the program.

In the event that the user has not explicitly selected their SSH configuration file, Medis will default to using an empty SSH configuration file. However, users have the option to specify their SSH configuration file within the application preferences.

![](/files/SsW1aMQ9PyquobRhyHj8)

Please note that if you are using the App Store version of Medis, you must also grant the application access to any files that are required by your SSH configuration, such as identity files. This can be done using the "+" button located below the relevant file.


---

# 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://docs.getmedis.com/settings/custom-ssh-config.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.
