Wilders Security Forums  

Go Back   Wilders Security Forums > Privacy Related Topics > privacy technology
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old February 17th, 2012, 08:10 AM
lotuseclat79 lotuseclat79 is offline
Very Frequent Poster
 
Join Date: Jun 2005
Posts: 1,955
Default Use Chrome securely from Starbucks via SSH SOCKS

Use Chrome securely from Starbucks via SSH SOCKS.

Quote:
Do you have a server that you can access with OpenSSH? Do you want to be able to browse the web, even non-SSL, unencrypted pages, without others on the network being able to see what you’re looking at or even hijacking your sessions? Given the existence of Firesheep, it is really easy for even unsophisticated users to hijack a web browsing session.

The method I’m presenting is easy and effective. OpenSSH makes this a snap. Your web browsing packets will be routed via an encrypted connection to your server.
...
Note that someone on the network where your server is hosted can still snoop your traffic, but not in the Starbucks where your are sitting.

-- Tom
  #2  
Old February 17th, 2012, 09:12 AM
EncryptedBytes EncryptedBytes is offline
Frequent Poster
 
Join Date: Feb 2011
Location: Odenton, Maryland
Posts: 421
Default Re: Use Chrome securely from Starbucks via SSH SOCKS

I would like to add if you do this method to use public/private keys not passwords and to make sure there is no DNS leakage. Firefox is able to work with SOCKS as well you will have to configure the DNS. Internet Explorer can also work though it does leak DNS.
  #3  
Old February 17th, 2012, 12:05 PM
Victek123's Avatar
Victek123 Victek123 is offline
Very Frequent Poster
 
Join Date: Nov 2007
Location: USA
Posts: 2,755
Default Re: Use Chrome securely from Starbucks via SSH SOCKS

Quote:
Originally Posted by lotuseclat79
Use Chrome securely from Starbucks via SSH SOCKS.

Note that someone on the network where your server is hosted can still snoop your traffic, but not in the Starbucks where your are sitting.

-- Tom

Any idea what "server" is being referred to here?
__________________
ut quod ego verus est maioribus quam ut quod est sanctus
  #4  
Old February 17th, 2012, 01:04 PM
EncryptedBytes EncryptedBytes is offline
Frequent Poster
 
Join Date: Feb 2011
Location: Odenton, Maryland
Posts: 421
Default Re: Use Chrome securely from Starbucks via SSH SOCKS

Quote:
Originally Posted by Victek123
Any idea what "server" is being referred to here?



The server would be the computer or device you are a establishing an SSH tunnel with.
  #5  
Old February 17th, 2012, 01:14 PM
Hungry Man's Avatar
Hungry Man Hungry Man is online now
Incredibly Massive Poster
 
Join Date: May 2011
Posts: 8,519
Default Re: Use Chrome securely from Starbucks via SSH SOCKS

It's nice but if there's a site I don't want sniffed I already have it set to https - and I don't have a server I can just ssh into.

Thanks though - this would be surprisingly easy to do.
__________________
  #6  
Old February 17th, 2012, 05:38 PM
Victek123's Avatar
Victek123 Victek123 is offline
Very Frequent Poster
 
Join Date: Nov 2007
Location: USA
Posts: 2,755
Default Re: Use Chrome securely from Starbucks via SSH SOCKS

Quote:
Originally Posted by EncryptedBytes
The server would be the computer or device you are a establishing an SSH tunnel with.

Since the article starts with:

Do you have a server that you can access with OpenSSH?

I guess it's fair to say it wasn't written for anyone who doesn't have a server and/or know what OpenSSH is, which is almost everyone that uses Starbucks wifi. The reference to Starbucks made think that maybe this was a general solution. Your glib response wasn't helpful.
__________________
ut quod ego verus est maioribus quam ut quod est sanctus
  #7  
Old February 20th, 2012, 09:19 AM
EncryptedBytes EncryptedBytes is offline
Frequent Poster
 
Join Date: Feb 2011
Location: Odenton, Maryland
Posts: 421
Default Re: Use Chrome securely from Starbucks via SSH SOCKS

Quote:
Originally Posted by Victek123
Since the article starts with:

Do you have a server that you can access with OpenSSH?

I guess it's fair to say it wasn't written for anyone who doesn't have a server and/or know what OpenSSH is, which is almost everyone that uses Starbucks wifi. The reference to Starbucks made think that maybe this was a general solution. Your glib response wasn't helpful.

My response was plenty helpful. You can find the definition of a server here. A server doesn’t have to be a huge blade farm run by someone in another country. It is simply a computer or device on your network sharing resources. In this case if you have any ipod, gaming console, or old computer lying around you can use it to tunnel via SSH. All you are doing here is establishing a connection with that device on your home network from a remote location. When using SOCKS your browser data is piped to that device via SSH tunnel and the device forwards the information on your behalf (Proxy). I would be more than happy to explain anything in detail as I am unable to view the article so I can only surmise what helpful instruction it has for users.

In text picture terms here is what you are doing when you SSH:
(Your computer at a coffee shop ==>(encrypted ssh tunnel)==>(Your home LAN ipod touch,xbox,ps3,computer behind a router)<==>(unencrypted traffic internet)
  #8  
Old February 20th, 2012, 04:12 PM
Victek123's Avatar
Victek123 Victek123 is offline
Very Frequent Poster
 
Join Date: Nov 2007
Location: USA
Posts: 2,755
Default Re: Use Chrome securely from Starbucks via SSH SOCKS

Quote:
Originally Posted by EncryptedBytes
My response was plenty helpful. You can find the definition of a server here. A server doesn’t have to be a huge blade farm run by someone in another country. It is simply a computer or device on your network sharing resources. In this case if you have any ipod, gaming console, or old computer lying around you can use it to tunnel via SSH. All you are doing here is establishing a connection with that device on your home network from a remote location. When using SOCKS your browser data is piped to that device via SSH tunnel and the device forwards the information on your behalf (Proxy). I would be more than happy to explain anything in detail as I am unable to view the article so I can only surmise what helpful instruction it has for users.

In text picture terms here is what you are doing when you SSH:
(Your computer at a coffee shop ==>(encrypted ssh tunnel)==>(Your home LAN ipod touch,xbox,ps3,computer behind a router)<==>(unencrypted traffic internet)

Thanks for the additional explanation. At first I thought you were pulling my chain, but I think you were just being literal so sorry about that. Regarding creating this encrypted tunnel, if I were to use my home computer as the server would there be an advantage to Open-SSH Vs OpenVPN? I'm new at this and don't appreciate the nuances yet.
__________________
ut quod ego verus est maioribus quam ut quod est sanctus
  #9  
Old February 20th, 2012, 11:39 PM
EncryptedBytes EncryptedBytes is offline
Frequent Poster
 
Join Date: Feb 2011
Location: Odenton, Maryland
Posts: 421
Default Re: Use Chrome securely from Starbucks via SSH SOCKS

Quote:
Originally Posted by Victek123
Thanks for the additional explanation. At first I thought you were pulling my chain, but I think you were just being literal so sorry about that. Regarding creating this encrypted tunnel, if I were to use my home computer as the server would there be an advantage to Open-SSH Vs OpenVPN? I'm new at this and don't appreciate the nuances yet.

I deal with people who hate fluff on a daily basis so I try to be as succinct as possible. I jest that SSH is a poor man's VPN. The SSH protocol was developed as the answer to replace remote shell among several other old methods server admins used to configure their machines since the connections were not secure. The main difference without getting too deep, SSH is used to connect host to host, where VPN is used to connect network to network.

Now diving into the deep end, both operate at different levels of the OSI and TCP/IP stack. SSH would be running at the application layer, a VPN at the network layer. Though depending on the type of VPN used that may vary
 

Wilders Security Forums > Privacy Related Topics > privacy technology « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 02:48 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums