Possible Duplicate:
SSH from public network?
How does a hacker in a public WIFI actually view your computer?
HTTPS in public wireless network: is it ok

I have heard and read about public access WiFi being unsecure. I understand some of this yet some I do not. How risky is it to use public wifi and if I am using a SSL Connection with a website is my data secure?

link|improve this question

You may find the answers to [this question][1] instructive. [1]: superuser.com/questions/282079/… – yosh m Dec 19 '11 at 18:49
@yoshm - Interesting articles in that question. Thanks – Lynda Dec 19 '11 at 19:59
@techie007 - Thanks for those links. I missed them while searching. Also yosh m's link to that question included some of what I wanted to know. – Lynda Dec 19 '11 at 22:19
feedback

closed as exact duplicate by techie007, Simon Sheehan, Spiff, Mokubai, Lynda Dec 19 '11 at 22:18

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Public WiFi access is generally regarded as insecure. Because you are sharing access to the network with untrusted users, you cannot guarantee that your data is secured on the network. This applies not only to website, but also email and any other network communication (instant messenger, file transfer, etc).

There are several ways to secure your network communications on a public wireless network. SSL is a good start for securing your web browsing. Using POP3S/IMAPS and SMTPS for your email client will protect your email communications over the network. Many instant messenger clients now have support for SSL in the services they supply. SCP or SFTP can be used to secure file transfers. An ultimate solution would be Virtual Private Networks (VPN) or SSL tunneling of all the network communications to a trusted (private) network so you have less to worry about.

Consider the articles noted in the comments for additional information.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.