Remote Terminal
remote_terminal.enabled
Abbreviation
re e
Access
get/set
Description
Enable/disable remote terminal at bootup.
Arguments
<0/off/false/1/on/true>
Default
0
Platforms
- AMW007
Get example
> get re e
R000003
0
Set example
> set re e true
R000008
Set OK
remote_terminal.interface
Abbreviation
re i
Access
get/set
Description
Set interface for remote terminal. If set to
default
, uses the value specified in
network.default_interface
.
Arguments
default/wlan/softap
Default
0
Get example
get re i
> get re i
R000009
default
Set example
> set re i softap
R000008
Set OK
remote_terminal.password
Abbreviation
re w
Access
get/set
Description
Client login password for the remote terminal. Note! The terminal emulator must be configured for passive password negotiation.
Arguments
<password>
Default
""
Platforms
- AMW007
Get example
> get re w
R000000
Set example
> set re w mypassword
R000008
Set OK
remote_terminal.port
Abbreviation
re p
Access
get/set
Description
The remote terminal listens on this port.
Arguments
<port>
Default
2000
Platforms
- AMW007
Get example
> get re p
R000006
2000
Set example
> set re p 55000
R000008
Set OK
remote_terminal.timeout
Abbreviation
re t
Access
get/set
Description
Remote terminal client idle timeout in seconds.
Arguments
<# seconds>
Default
60
Platforms
- AMW007
Get example
> get re t
R000004
60
Set example
> set re t 120
R000008
Set OK