Hello everyone!
I’m trying to set up a tcp tunnel to access my server via ssh, but after following the steps on the website, I’m getting the following message when trying to access it:
PS C:\Users\Gamer> ssh master@rnnbn-189-82-204-244.a.free.pinggy.link
The authenticity of host ‘rnnbn-189-82-204-244.a.free.pinggy.link (172.233.20.135)’ can’t be established.
ED25519 key fingerprint is SHA256:iw/t8/BoykyL7adTaoP9KoDFyhCYLoN5pOhEj/FHNzE.
This host key is known by the following other names/addresses:
C:\Users\Gamer/.ssh/known_hosts:8: rnrtb-189-82-204-244.a.free.pinggy.link
C:\Users\Gamer/.ssh/known_hosts:11: rnbdt-189-82-204-244.a.free.pinggy.link
C:\Users\Gamer/.ssh/known_hosts:18: rnrop-189-82-204-244.a.free.pinggy.link
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added ‘rnnbn-189-82-204-244.a.free.pinggy.link’ (ED25519) to the list of known hosts.
master@rnnbn-189-82-204-244.a.free.pinggy.link: Permission denied (publickey).
PS C:\Users\Gamer>
What could I be doing wrong?