Installing the Client Tools --Access all VMs

Hi All,

I am getting struck at subjected steps,

  1. Successfully Generated the Key Pair on master-1 node $ssh-keygen on the ,master-1 node
  2. unable to move the public key of master to all other VMs, with the below commands
$cat >> ~/.ssh/authorized_keys <<EOF
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD......8+08b vagrant@master-1 -- Replaced with actual key 
EOF

Getting the permission error

vagrant@master-1: Permission denied (publickey).
lost connection
vagrant@master-2: Permission denied (publickey).
lost connection

Appreciate your help

Regards

Renu

Try to ping the IP to check If Its up or not.