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. SSH Client on Blackberry Is there any SSH client for Blackberry phone? Definitely yes,...
  3. Enable SMTP Port 587 on Exim Most of the ISP block port 25 for outgoing SMTP....
  4. freebsd port update, monitor outdated port with portsnap we have about 15 freebsd servers with us, ranging from...
  5. Install MySQL5 on Mac OSX With Darwin Port Before installing MySQL5, please be sure you have Darwin Port...
  6. Exim, refused: too many connections One of our mailserver having problem last week. It’s caused...
  7. Tip my Nokia E71 At Home Screen (aka Idle Screen) : press * and...
  8. Configure Smarthost SMTP Authentication on Postfix My machine at home cannot send email using port 25,...
  9. MySQL Quick Installation on FreeBSD Quick installation of MySQL Database on FreeBSD Server. Make sure...
  10. FreeBSD Port: Error Upgrading Perl 5.8.9 Usually I perform portupgrade daily on some of my FreeBSD...

Leave a Reply