...
Introduction
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 logging for log in into the remote machine, transferring files between the two machines, and for executing commands on the remote machine.
Info |
---|
The OpenSSH |
Info |
---|
The OpenSSH |
System Requirements:
The iam system needs to be bootetbooted. Check your the network settings by using the ping
command as discribed above.
The host need needs a SSH-Server. You can install openssh-server The OpenSSH server can be installed with the following command on a linux Linux system:
|
Bevore on can establish Before establishing an OpenSSH connection you need to , add the camera to your "known host systems" by with the command below:
|
Usefull commands:
Open
...
a SSH connection
For To open an a shell on the camera use the following command:
|
|
it It can be cloesed closed by typ in typing the following command:
|
OpenSSH with remote
...
Windows support
If on need For X-Server Support support the -Y or -X command musst must be added.
Info |
---|
The more secure mode with -X can be used equivalent. |
|
File Transfer
pull Pull example:
|
push Push example:
|
If on want to transfere To transfer a complete folder on will use the recursive command -r
. The command below will transfer the files from your-director
to the location /home/root/your-director
on onto iam camera.
|
CPU Load example
The following example shows how to start an a terminal application step by step as . It is an example of to display the current processes and services running on the camera system.
Open an OpenSSH connection from your host system
Code Block language bash ssh root@192.168.1.10
On will get asket for the root passwortThe root password is required.
Do not get confused hence there will not be a display feedback while tipingtyping.Start the comand command line application
top
on the system.for To exit the application on can use the comandcommand
ctrl+c
.
...