source: http://www.howtoforge.com/reverse-ssh-tunneling
Have you ever wanted to ssh to your Linux box that sits behind NAT? Now you can with
reverse SSH tunneling. This document will show you...
0
Use SSH to Create an HTTP Proxy
SOCKS is built in to OpenSSH, so it's a trivial matter to set up a local SOCKS proxy with the -D flag.
For example:
$ ssh -D 12345 myuser@remote_ssh_server
will open up the port 12345 on your...
0
Collecting Mini Dump file from Windows 2003 Server
Summary:
Under Windows 2003 Server, sometimes Dr. Watson logs are not
generated when an application crashes. However, mini dump files are
always generated for the Windows error reporting service....