Add OpenWrt SSH status

This commit is contained in:
2026-02-08 02:54:09 +03:00
parent fc061ece30
commit 5e01a8d596
6 changed files with 223 additions and 1 deletions

View File

@@ -95,6 +95,15 @@ Token flow:
- `token` (string): Optional API token.
- `verify_tls` (bool): Set to `false` for self-signed TLS.
## openwrt
- `host` (string): Router address, for example `10.10.10.1`.
- `user` (string): SSH user (usually `root`).
- `port` (int): SSH port (usually `22`).
- `identity_file` (string): Path to SSH key (optional).
- `strict_host_key_checking` (bool): Set to `false` to skip key confirmation.
- `timeout_sec` (int): SSH request timeout.
## security
- `reboot_password` (string): Password required before reboot.