Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The smart vision system iam is designed to be controlled over an Open-Secure Shell (SSH) connection. Practically every Unix and Linux system includes the ssh command. This command is used to start the SSH client program that enables secure connection to the SSH server on a remote machine. The ssh command is used from for logging into the remote machine, transferring files between the two machines, and for executing commands on the remote machine.

...

The iam system needs to be bootetbooted. Check your network settings by using the ping command as discribed above.

...

Code Block
languagebash
sudo apt-get install openssh-server

Bevore on Before one can establish an OpenSSH connection, you need to add the camera to your "known host systems" by the command below

...

Code Block
languagebash
exit

OpenSSH with remote

...

windows support

If on need X-Server Support the -Y or -X command musst must be added.

Info

The more secure mode with -X can be used equivalent.

...