SSH Access

How to remotely connect to your new OS.

We assume you do not have a monitor or keyboard connected to your control computer, so you will need some way to access it and give it commands. The way to do that is via what is called “SSH”, or “Secure SHell”.

Get IP Address

If you followed that guide then your computer should be available at an ip address that starts with 192.168.8. and then has the last numbers to match your unit ID. For example, for PAN022 the ip address would be 192.168.8.22 for the control box and 192.168.8.122 for the camera box. If you don’t know your IP addresses, go to https://192.168.8.1, log in using your adming password, and go to the ”Clients” section. You should be able to find the computer that matches your name and see it’s IP address.

Using SSH

The generic command to use ssh is ssh username@ip_address, so for the above computer the command would be:

ssh panoptes@192.168.8.210

You may get a warning the first time you connect to the computer. You can hit “Yes” to continue and say that you trust the computer.

Once connected you will be connected a “shell” running on the computer where you can type commands.. You should see something similar to:

See Command Line & The Shell page for more information about how to use the command line.

Troubleshooting

If you are reinstalling the OS or have used ssh to access the computer before, you may see an error message that looks likes the following:

To get rid of the warning run the suggested command in the warning, which looks like:

ssh-keygen -R <ip_address>

Last updated

Logo

2023 Project PANOPTES