Remote Terminal

remote_terminal.enabled

Abbreviation

re e

Access

get/set

Description

Enable/disable remote terminal at bootup.

Arguments

<1|true|on/0|false|off>

where

Default

0

Properties

Gecko OS Kernel Plugin

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

Network interface the remote terminal will listen on.
If set to default, uses the interface specified in network.default_interface

Arguments

<wlan/softap/default>

Default

default

Properties

Gecko OS Kernel Plugin

Get example

> get re i
R000009
default

Set example

> set re i wlan
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

""

Properties

Gecko OS Kernel Plugin

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

Properties

Gecko OS Kernel Plugin

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

Properties

Gecko OS Kernel Plugin

Get example

> get re t
R000004
60

Set example

> set re t 120
R000008
Set OK