0

I have installed salt-master and minion on aws ec2 instances and configured cloud in the below formatenter image description here

and i came up with the error like permission denied(publickey) can any one suggest me a better solution

1 Answers1

0

Owner of the key file must be the same user that start your services (salt-master/minion).
Otherwise OS won't allow you to read such file

The command is:
chown this_maybe_salt_user /path/to/your/key

lakier
  • 550
  • 4
  • 16