I just followed the steps to create a DCOS 1.7 env.
Now when I try to ssh a slave instance it's asking me a password to connect on the machine.
Is there a default password, where does this password comes from?
I just followed the steps to create a DCOS 1.7 env.
Now when I try to ssh a slave instance it's asking me a password to connect on the machine.
Is there a default password, where does this password comes from?
Here is the answer:
https://dcos.io/docs/1.7/administration/sshcluster/
To SSH to a master node:
$ dcos node ssh --master-proxy --leader
To SSH to an agent node:
$ dcos node ssh --master-proxy --mesos-id=<mesos-id>