Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

how to ssh the master or node #6

Closed
hhuchzh opened this issue Nov 1, 2018 · 1 comment
Closed

how to ssh the master or node #6

hhuchzh opened this issue Nov 1, 2018 · 1 comment
Labels

Comments

@hhuchzh
Copy link

hhuchzh commented Nov 1, 2018

after finish creating the cluster, when I use ssh
"ssh -i ~/.ssh/id_rsa.pub admin@ip-xx-xx-xx-xx.cn-north-1.compute.internal"
to login the master or node, it need to input the password, what's the password?

@pahud
Copy link
Contributor

pahud commented Nov 1, 2018

As the AMI is CoreOS system, you should ssh login into the instance with your local ssh private key like this

ssh -i ~/.ssh/id_rsa core@EC2_PUBLIC_IP

and then you can check the system log with journalctl, e.g.

$ sudo journalctl -f

@pahud pahud added the FAQ label Nov 1, 2018
@pahud pahud closed this as completed Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants