Configuring SSH
You must set up an ssh connection from one
computer ( the host) to another (target) so that users can
login from host to target without a password, and IRIS can
send data from the host to the target.
- Login to the host computer as root.
-
Check if .ssh directory exists.
If not, then create the directory by typing:
ssh-keygen -t dsaWhen prompted with questions, press ENTER without typing anything.
-
Type:
ssh-copy-id -i id_rsa.pub radarop@remotehost - When prompted for login, enter the readarop password.
- After a successful login, log out again.
-
On the host computer, test the SSH connection as root with the
command:
ssh radarop@remotehost dateYou should get the date and time display from the remote host without a password prompt.
You can now send data from the host computer to the
target through the IRIS product output menu.
