| ARRIS Enterprises, Inc. Confidential Information |
SSH serverIt is possible to run an SSH server on the IP-STB. This enables you to examine and troubleshoot the software while the IP-STB is running. The SSH server is primarily for debugging and it is not recommended for live systems. SSH with a passwordIf the SSH server on the STB has been configured to use a password, on your linux host machine simply type: $ ssh root@<stb-ip-address> You will be prompted for the password. The default password is SSH with a key-pairIf the SSH server on the STB has been configured to use an ssh key-pair, on your linux host machine simply type: $ ssh -i privatekey root@<stb-ip-address> and replace privatekey with the path to the private part of the key-pair. |