Adding an IP Address to a cluster server but getting an ssh error. #3172
Unanswered
CoreyCBurton
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You would probably be better served asking this question at https://github.com/alexellis/k3sup |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To start off, I am running 4 Raspberry Pis on the Ubuntu server 20.04 LTS and have K3S installed on all of them with cgroup memory enabled. The master node is already set using this command
k3sup install --ip 192.168.1.96 --user ubuntu
Running the command to add to this cluster server, I get an ssh error.
k3sup join --ip 192.168.1.141 --server-ip 192.168.1.96 --user ubuntu --ssh-key .ssh/id_rsa
this is the error I get
Error: unable to connect to 192.168.1.141:22 over ssh: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
What is the solution to this?
Beta Was this translation helpful? Give feedback.
All reactions