kahkhang / kube-linode

:whale: Provision a Kubernetes/CoreOS cluster on Linode
MIT License
212 stars 31 forks source link

Add a new ssh key #86

Closed raducrisan1 closed 6 years ago

raducrisan1 commented 6 years ago

Hi,

I installed a cluster having one master and one worker. How can I add a new authorized ssh key on any of the nodes?I tried to ssh and it asked for password. I used the same machine as when I created the cluster.

raducrisan1 commented 6 years ago

Found it. I had to use the user "core".

ssh core@linodeserverip

kahkhang commented 6 years ago

Yep core is the username :)