SSH

Allow direct connection to the serial port using SSH.

Access the serial port with an encrypted SSH session using a command similar to:

ssh -p <port> <username>@<ip address of device>

Use the SSH escape character to control the SSH session.

Properties

Enable

Enable the network service.

  • Data type: boolean
  • Default: false
  • Configuration

CLI: (cli)> config serial <key> access ssh enable

Port

The IP port the service operates on.

  • Data type: integer
  • Minimum: 1
  • Maximum: 65535
  • Configuration
  • Optional

CLI: (cli)> config serial <key> access ssh port