Versions Compared

Key

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

...

Login to the Jump Host and perform the below configuration steps (Steps : as below-

1. Generate public key :

     ssh-keygen -t rsa

2. Setup password-less login from ocd to center and ocd to edge.  

  • ssh-keygen -t rsa

2. Setup password-less login from ocd to center and ocd to edge.  

  • sshpass -p <password> ssh-copy-id -p <ssh-port> -o StrictHostKeyChecking=no root@<node_ip> 
  • If you get authentication issue you can change the permission

             # Open file:  vi /etc/ssh/sshd_config

                  - PermitRootLogin yes

                  - PasswordAuthentication yes

              # Restart ssh service:

                  - sudo systemctl restart ssh.service

               # sshpass      sshpass -p <password> ssh-copy-id -p <ssh-port> -o StrictHostKeyChecking=no root@<node_ip>ip>  

3. cp -p /etc/passwd  /etc/passwd.bkp

...

             eliot/blueprints/iotgateway/playbooks/eliot-inventory.ini

             Image RemovedImage Added

Installing Mode : ELIOT using Ansible-Playbooks

...