Versions Compared

Key

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

...

Info

The OpenSSH ssh command can be used on Unix/Linux or the Mac terminal.

System Requirements:

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

The host needs a SSH-Server. The OpenSSH -Server server can be installed with the following command on a Linux system:

...

Usefull commands:

Open an SSH connection

For To open an a shell on the camera use the following command:

Code Block
ss root@192.168.1.10

It can be closed by typ in typing the following command:

Code Block
languagebash
exit

OpenSSH with remote

...

Windows support

For X-Server support the -Y or -X command must be added.

...

To transfer a complete folder use the recursive command -r. The command below will transfer the files from your-director to the location /home/root/your-director onto the iam camera.

Code Block
scp -r your-director root@192.168.1.10:/home/root/

...