> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/es/networking/enabling-system-ssh.md).

# Habilitar el acceso SSH del sistema

{% hint style="info" %}
**Puntos clave**

* Por lo general, no se necesita acceso SSH a un sistema VergeOS porque se proporciona acceso completo desde la interfaz de usuario.
* SSH solo debe habilitarse para diagnósticos de hardware específicos u otras circunstancias especiales.
* Aunque VergeOS emplea muchas protecciones de seguridad, abrir SSH en cualquier sistema puede introducir vulnerabilidades.
  {% endhint %}

{% hint style="danger" %}
**Procedimientos importantes de seguridad para SSH**

* Utilice siempre reglas externas controladas por el origen para limitar estrictamente el acceso SSH a direcciones de confianza.
* Habilite el acceso SSH de forma temporal; deshabilite las reglas nuevamente cuando termine con la sesión.
  {% endhint %}

## Pasos para habilitar el acceso SSH

Las reglas de acceso SSH se crean automáticamente y se deshabilitan durante la instalación del sistema.

1. **Habilite la regla de red central:** Navegue al panel de control de la red central, modifique la ***"Acceso SSH"*** regla, seleccione la **Habilitado** opción y **Enviar** para guardar el cambio. ![ssh-rule-core.png](/files/0f0ee3d05428bdb25e4d766a52ead92c792dbfa0)
2. **Agregue control de origen a la regla de red externa:** Navegue al panel de control de la red externa, modifique la ***"Acceso SSH"*** regla para **configurar direcciones IP de origen y/o rangos de direcciones específicos para controlar el acceso de forma estricta**.
3. **Habilite la regla de red externa:** seleccione la **Habilitado** opción y **Enviar** para guardar el cambio.\
   **Ej. Regla de red externa:** ![ssh-rule-external.png](/files/e9e9878b1c09daf2a3ec2e5397bab514d60ccd95)
4. **Aplicar reglas** a ambas redes.

## Advertencia

{% hint style="danger" %}

* VergeOS es un kernel especializado, con una capa superpuesta de solo lectura. No instale paquetes ni aplicaciones adicionales de Debian, ya que pueden entrar en conflicto con el funcionamiento de VergeOS y causar fallos del sistema o pérdida de datos. Además, los programas innecesarios se eliminan al reiniciar.
* Consulte con el soporte de VergeOS antes de realizar cualquier modificación desde la línea de comandos. Los problemas que resulten de cambios no autorizados en la línea de comandos son responsabilidad exclusiva del cliente.
  {% endhint %}


---

# 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://docs.verge.io/knowledge-base/es/networking/enabling-system-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.
