Question about connecting to unknown, and untrusted wireless networks: what can I do to avoid having passwords etc sniffed?
Obviously all http connections go in the clear, so anybody running the wireless network could easily see which urls are being requested and what is being returned. No problem. All https connections, on the other hand, I assume will be effectively impossible to decode, so if I type a password into a https page then the network owner couldn't sniff what I'm sending and record my username/password combos. And not just the passwords but also the contents of each page is encrypted too so they couldn't see the page contents either. Right?
Which leaves email - I connect to my email server from Thunderbird and the security settings say "TLS" - can I assume that the password exchange there is also done using encryption, so my wireless donator couldn't deduce my password either? But can I assume that the emails themselves are transmitted in the clear so if they did want to see what I'm writing and who to, then they could?
And finally ftp - I use ftp to update a website, and from what I understand ftp passwords are pretty much sent in the clear too - not great. I currently use Konqueror to send files via ftp, can I assume that's a bad idea? Are there any easy alternatives which provide a bit more password security? I don't care if people can see what I'm ftping, but I don't want them to be able to sniff my password and then update their own version up there... I've heard about scp but as far as I know I don't have that setup - do I need anything to be setup on the server side for that? Would I need to use the command line or are there simple guis?
I've tried Kbear, Kasablanca and Filezilla for ftping but hate them all. Konqueror is the best solution I've found so far but as far as I can tell it can't do any kind of "secure" ftping - am i wrong?
Obviously all the above considerations apply all the time whatever the internet connection, but I'm assuming that as soon as I connect to an untrusted wireless network then they potentially have guaranteed access to all my packets, whereas when I've got a wired connection any malicious sniffer would just have to go by chance whether they managed to intercept any of my packets or not...
