SSH Remote Login
Overview
SSH (Secure Shell) is a secure way to remotely log in to and manage the A8550MA1.
Prerequisites
- A8550MA1 is connected to a network
- Obtain the device's IP address
- An SSH client is installed on your computer
Obtaining the Device IP Address
Refer to the IP address acquisition method in Browser Remote Login.
Logging in via SSH
Windows Environment
Use PowerShell, CMD, or a third-party tool (such as PuTTY, MobaXterm):
bash
# Command-line method
ssh aidlux@<device_IP_address>
# Example
ssh aidlux@192.168.110.166
On first connection, you will be prompted to confirm the host fingerprint. Type yes and press Enter. Then enter the login password aidlux when prompted to access the system.
Linux / macOS Environment
bash
ssh aidlux@<device_IP_address>Default Login Credentials
| Image Type | Username | Default Password |
|---|---|---|
| APLUX Full Image | aidlux | aidlux |
Tip
If the SSH connection is refused, first verify that the device and computer can reach each other over the network and that IPs are mutually pingable.