Bypass ANY Firewall/Hide Traffic - SSH (Part 1 of 2)

Bypass ANY Firewall/Hide Traffic - SSH (Part 1 of 2)

In this tutorial I show how to bypass ANY firewall restriction (Blocked ports, websites, etc...) as well as encrypt all network activity by creating an SSH Tunnel. By doing this you can create a secure tunnel to your home system (SSH Server) and access the internet from the remote location as though you're using your home internet. Commands Used: cd C:\Program Files\OpenSSH\etc (Changes to the specified directory) mkgroup -l (GREATER THAN SYMBOL) ..\etc\group (Creates a group file with the Windows account type information in your C:\Program Files\OpenSSH\etc directory) mkpasswd -l (GREATER THAN SYMBOL) ..\etc\passwd (Creates a passwd file with the Windows user-profile information in your C:\Program Files\OpenSSH\etc directory) net start opensshd (Starts the OpenSSHD Service) ipconfig /all (Displays IP Configuration information needed to setup an internal static IP Address) putty -D 8080 -P 443 -ssh [EXTERNAL IP ADDRESS] (Command used in Batch File to launch the SSH Session to your SSH Server) Links: OpenSSH for Windows - http://sourceforge.net/projects/sshwi... Cygwin - http://www.cygwin.com/ What Is My IP (To view external IP Address) - http://www.whatismyip.com/ PuTTY - http://www.chiark.greenend.org.uk/~sg... ProxyCap (Trial Copy) - http://www.proxycap.com/ Good-Luck and Enjoy!