Add OpenWrt SSH status
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user