...
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.
...