Accessing the Pocket NC via SSH Connection
Sometimes the Pocket NC’s beaglebone computer will boot correctly, but the connection between it and the user’s computer will not establish. This often leaves only one way to determine where the issue lies, accessing the machine’s software via an SSH connection. The steps below show how to establish that connection so that Penta Machine’s customer service can assist in determining the root cause of the connection issue.
Connect the Machine
Connect the Pocket NC to a computer using a USB cable.
Power up the machine and wait for it to fully boot. It is best to wait at least 5 minutes.
Open a Terminal
Windows PC
Download and install PuTTY.
Launch PuTTY.
Input the IP address (192.168.7.2) into the Host Name field, leave everything else set to its default.
Click the Open button.
If prompted for a username and/or password, use
pocketnc
for both.
NOTE: On Windows 10 and 11 computers, the Terminal app can also be used to SSH to the machine and that process would more closely follow the Mac steps below.
Mac PC
Open the pre-installed MacOS application called Terminal
Enter
ssh pocketnc@192.168.6.2
. If asked about trusting your device, typeyes
and then press enter.When prompted for a password, input
pocketnc
and press enter. Note: the password will not show up as it is typed.
Inform Penta Machine Customer Service
Let Penta Machine customer service know whether an SSH connection could be established or not.
Either way, Penta Machine customer service will provide the next steps to resolve the root issue.