get_remote_access_config
Retrieve current remote access configuration for iKuai router, including SSH, Telnet, FTP, and web port statuses.
Instructions
获取远程访问配置(SSH/Telnet/FTP/Web 端口状态)
返回字段:
open_sshd: SSH 服务状态 (0=关闭, 1=开启)
sshd_port: SSH 端口 (默认 22)
open_telnetd: Telnet 服务状态
open_ftp: FTP 服务状态
ftp_port: FTP 端口 (默认 21)
http_port: HTTP 端口 (默认 80)
https_port: HTTPS 端口 (默认 443)
force_https: 强制 HTTPS (0=否/1=是)
open_wanweb: 外网 Web 访问 (0=关闭/1=开启)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||