I’m triying to create a tunnel between my AWS Ligthsail (with Amazon Linux 2 - up to date) and my home Raspberry Pi 4 (running Raspbian - up to date).
Server configured OK with ./boring server and following steps.
Client configured OK with ./boring client blablabla. It figures on server GUI admin, but when a tunnel is configured, client prompt the following error:
2022/06/03 20:09:25 BoreTunnel error: Failed to dial: %!(EXTRA *errors.errorString=ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain)
And remains without any other output.
On server sides, it says:
2022-06-04T00:10:44Z XXX.XXX.XXX.XXX POST xxxx.takingnames.live /api/clients/
2022-06-04T00:10:44Z XXX.XXX.XXX.XXX GET xxxx.takingnames.live /api/tunnels
and keep repeating the GET… for ever
I’m doing something wrong, right? Can anyone help me?