Hi guys
So I've been playing around with a Raspberry Pi recently. I've managed to make it into a download+media server and everything is working nicely.
My next project is involving remote access to it, but there's some stuff I'm just not understanding.
I've got a Dynamic DNS account with no-ip. I've forwarded port 22 to the pi through my router. When I use PuTTY, point it to the DDNS domain at port 22, I can SSH to my Pi. Fantastic.
Now, I've been reading up that SSH tunneling is the safest option when connecting to the Pi remotely esp when using protocols that aren't encrypted (VNC and such).
So lets say I want to use an SSH tunnel to VNC to the Pi (I have tightvnc installed and can use it on the local network)...
Can this be done from Windows -> Raspbian? From what I read online, it would seem like you'd need a Linux client for using the SSH in the terminal to use the "SSH -L localport:host:hostport" command.
Is there another port I need to forward perhaps? I would think not, as I want it to come through port 22 for the SSH, right?
I'd also like to connect to my torrent client (transmission), Sickbeard and SABnzbd through an SSH tunnel too... Just for fun.
I know they've all got their own ports, but they're accessed through the browser... So would it be the application specific port (8080, 8081) or port 80.
Thanks
So I've been playing around with a Raspberry Pi recently. I've managed to make it into a download+media server and everything is working nicely.
My next project is involving remote access to it, but there's some stuff I'm just not understanding.
I've got a Dynamic DNS account with no-ip. I've forwarded port 22 to the pi through my router. When I use PuTTY, point it to the DDNS domain at port 22, I can SSH to my Pi. Fantastic.
Now, I've been reading up that SSH tunneling is the safest option when connecting to the Pi remotely esp when using protocols that aren't encrypted (VNC and such).
So lets say I want to use an SSH tunnel to VNC to the Pi (I have tightvnc installed and can use it on the local network)...
Can this be done from Windows -> Raspbian? From what I read online, it would seem like you'd need a Linux client for using the SSH in the terminal to use the "SSH -L localport:host:hostport" command.
Is there another port I need to forward perhaps? I would think not, as I want it to come through port 22 for the SSH, right?
I'd also like to connect to my torrent client (transmission), Sickbeard and SABnzbd through an SSH tunnel too... Just for fun.
Thanks