> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/es/ports-and-services/ssh-22.md).

# SSH - 22

SSH suele ser un servicio de validación y acceso: prueba las credenciales con cuidado, comprueba los problemas heredados de enumeración de usuarios y usa el acceso basado en claves cuando haya una `authorized_keys` la ruta está disponible.

## Notas

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Ataque de fuerza bruta</strong></td><td>Valida las credenciales SSH con Hydra.</td><td><a href="/pages/a0126803a811f7d273281b6bb39d2ace26d89f76">/pages/a0126803a811f7d273281b6bb39d2ace26d89f76</a></td></tr><tr><td><strong>Enumeración de usuarios</strong></td><td>Comprueba el comportamiento heredado de enumeración de usuarios de OpenSSH.</td><td><a href="/pages/b77662d9fa84bc06829327c447dda6b59798caf2">/pages/b77662d9fa84bc06829327c447dda6b59798caf2</a></td></tr><tr><td><strong>Acceso mediante clave</strong></td><td>Añade una clave pública SSH a authorized_keys cuando exista acceso de escritura.</td><td><a href="/pages/1c19aed05328f1f9a25776c3cb346e5cad8b58c2">/pages/1c19aed05328f1f9a25776c3cb346e5cad8b58c2</a></td></tr></tbody></table>


---

# 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://hacking-notes.jord4n.pro/es/ports-and-services/ssh-22.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.
