Raspberry pi easy ssh tunneling

Eran Goldman-Malka · April 27, 2018

Short note for that.

Raspberry Pi:

ssh -N -R 2222:localhost:22 [username]@[server]

Server:

ssh -l pi -p 2222 localhost

Twitter, Facebook