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.

Related posts:

  1. Secure Your Wireless Connection Walking down to the busy street in Kuala Lumpur, you...
  2. freebsd port update, monitor outdated port with portsnap we have about 15 freebsd servers with us, ranging from...
  3. Install MySQL5 on Mac OSX With Darwin Port Before installing MySQL5, please be sure you have Darwin Port...
  4. Tip my Nokia E71 At Home Screen (aka Idle Screen) : press * and...
  5. Exim, refused: too many connections One of our mailserver having problem last week. It’s caused...
  6. MySQL Quick Installation on FreeBSD Quick installation of MySQL Database on FreeBSD Server. Make sure...
  7. FreeBSD Port: Error Upgrading Perl 5.8.9 Usually I perform portupgrade daily on some of my FreeBSD...
  8. Wordpress 2.1.2 SQL Injection Vulnerabilities If you are running Wordpress below version 2.1.2, patch it...

Leave a Reply