# 보안 서비스

- [방화벽](https://docs.cafe24cloud.com/home/security/security.md)
- [방화벽 설정 방법](https://docs.cafe24cloud.com/home/security/security/config.md): 가상서버는 기본적으로 모든 접근에 대해서 닫혀 있기 때문에, 방화벽을 설정해야 가상서버로의 접근이 허용됩니다. 가상서버에는 여러 방화벽을 다중으로 연결할 수 있습니다.
- [SSH 키페어](https://docs.cafe24cloud.com/home/security/keypair.md)
- [분실 시 해결 방법 - CentOS / Rocky / Almalinux](https://docs.cafe24cloud.com/home/security/keypair/lost.md): SSH 키페어의 개인키를 분실 시 가상서버에 접근할 수 있는 긴급 방법입니다. 패스워든 방식은 보안상 취약하오니 작업완료 후 SSH 키페어를 사용한 로그인 방식으로 변경하시기 바랍니다.
- [분실 시 해결 방법 - Ubuntu](https://docs.cafe24cloud.com/home/security/keypair/ubuntu.md): SSH 키페어의 개인키를 분실 시 가상서버에 접근할 수 있는 긴급 방법입니다. 패스워드 방식은 보안상 취약하오니 작업완료 후 SSH 키페어를 사용한 로그인 방식으로 변경하시기 바랍니다.
- [SSH 사용자 계정 추가 방법](https://docs.cafe24cloud.com/home/security/keypair/useradd.md): 공식OS 이미지에서 제공하는 계정은 최초 접속시에만 사용하시고 더 나은 보안을 위해 새로운 계정을 생성하여 사용하시기 바랍니다.
- [인증서 관리](https://docs.cafe24cloud.com/home/security/certificate.md)
- [인증서 사용 방법](https://docs.cafe24cloud.com/home/security/certificate/use.md): 인증서를 사용 방법은 아래와 같습니다.


---

# 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.cafe24cloud.com/home/security.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.
