Search code examples
dockermesosmesospheredcos

Unable to ssh to master node in mesos local cluster installed system


I am a newbie to Mesos. I have installed a DCOS cluster locally in one system (Centos 7).

Everything went up properly and I am able to access the GUI of DCOS but when I am trying to connect through CLI, it is asking me for password.

I have not been prompted for any kind of password during local installation through vagrant.

But when I issue the following command:

[root@blade7 dcos-vagrant]# dcos node ssh --master-proxy --leader

Running `ssh -A -t [email protected] ssh -A -t [email protected] `
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:

I don’t know the password to be given. Kindly help me in resolving this issue


Solution

  • The command shows that you are trying to login to the server using the userid "core". If you do not know the password of user "core", I suggest reset "core" user password and try it again.