Enabling Shell Access
Difficulty: Beginner
Goal
To enable shell access to an Accelerated User Equipment (UE) via the SSH protocol.
Setup
This article assumes the UE is running default configuration with the root password assignment, and central management disabled. Similar procedures apply if shell access is to be enabled in central management.
Configuration Steps
This configuration enables the local shell access for an existing root user. This procedure is applicable to any other users on the UE just the same.
Open the configuration page for the UE and make the following changes.
- Ensure Service -> SSH -> Enable is checked.
- Check the box under Authentication -> Groups -> admin -> Shell access.
- Click Save to update configurations.
Once the configurations have been successfully saved, the UE's shell can be accessed via SSH. Below is an example shell login process:
$ ssh [email protected]
$ password
Access selection menu:
a: Admin CLI
s: Shell
q: Quit
Select access or quit [admin] : s
Connecting now, 'exit' to disconnect from shell ...
#
Click to copy