I’m using ubuntu 16.04 desktop on my home computer trying to create a ssh tunnel to plex to claim and configure it.
Well in terminal I run this command:
ssh server-adress -L 8888:localhost:32400 and get a return message port 22 is not available or similar.
so I tried a few variants such as these…
ssh server-adress -p 4747 -L 8888:localhost:32400
ssh -p 4747 server-adress -L 8888:localhost:32400
But all this does is it logs me in to the server, it doesn’t create the tunnel as desired.
I use rsa key and not password and already logged in by ssh once today might be persistent in the system memory so to speak?
Any advice on how to create a tunnel so I can configure plex by chance?