ssh dynamic port tunnelling

useful when using insecure links with a ssh server you can access :

ssh -ND<port on localhost> username@remote-ssh-server

e.g. ssh -ND8080 myusername@192.168.1.1

*** when using firefox, only specify “localhost” in SOCKS Host, port “8080” & choose “SOCKS 5” in “connection settings” and leave the other settings blank.