> For the complete documentation index, see [llms.txt](https://gitbook.fantasticmao.cn/tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.fantasticmao.cn/tech/c-and-unix/unix-like/openwrt-zhong-de-xian-jing.md).

# OpenWrt 中的陷阱

## SSH 访问

OpenWrt 默认使用 Dropbear 提供 SSH 访问和 SCP 服务，而不是 OpenSSH，所以 `authorized_keys` 文件应被放置于 `/etc/dropbear` 目录。
