This message was deleted.
# rke
a
This message was deleted.
f
do you have the key exchange done between the servers? all three servers would need the public key.
a
Yes. I utilize ssh certs and have them implemented properly (or at least I think I do). When the cert has expired (mine only last 30 minutes currently), the
rke up
command complains about authentication. When it's working (as shown by being able to ssh in without a password with that command), it gives that connect failed error.
f
does the cluster yaml have your ID listed as user?
a
The username for the cert, location, and user is all correct. The user also belongs to the docker group. I can use ansible to setup across all the hosts using my current ssh config as well.
f
hmm... I have encountered this only when the user wasnt defined right or the .ssh/authorized_keys file wasnt available under the home folder. did you check the file permission on that file?
a
I ended up just using normal ssh keys via the authorized_keys folder and gave up on certs for this.