Enabling Secure Shell Access - Cradlepoint-Router-CLI-Overview/Enabling-Secure-Shell-Access

Ericsson Cradlepoint Router Command-Line Interface Overview

ft:locale
en-US
ft:sourceName
Paligo_Prod
Document Type
Article

The Secure Shell (SSH) server is disabled by default on most Ericsson Cradlepoint routers. To enable the SSH server and establish a command-line interface (CLI) session, follow these steps:

  1. Enter the LAN IP address or hostname of the router (assuming you are connecting from the LAN side) into a web browser’s location field. By default, these are:

    http://192.168.0.1 and

    http://cp/

  2. Navigate to SYSTEM > Administration > Local Management.

  3. Select Enable SSH Server.

    Enable SSH
  4. (Optional) If you need to access the CLI from the internet, navigate to System > Administration > Remote Admin. Select Allow Remote SSH Access.

    enable_remote_ssh.png

    Note

    Some carriers block the remote SSH Access ports. If a ping to the router's WAN port does not work, it is likely remote SSH access will not work.

  5. Select Save (Local Management) or Submit (Remote Admin).

Enable SSH via Curl (Advanced)
  1. Run this command from a terminal or command prompt of your PC, and then enter the administrator password when prompted:

    $ curl -X PUT --digest -uadmin http://192.168.0.1/api/config/firewall/ssh_admin/enabled -d data=true
  2. (Optional) Enable SSH with remote access:

    $ curl -X PUT --digest -uadmin http://192.168.0.1/api/config/firewall/ssh_admin/remote_access -d data=true