The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > Security
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-07-2009
pludi's Avatar
pludi pludi is offline Forum Staff  
Moderator
  
 

Join Date: Dec 2008
Location: .at
Posts: 1,869
Yes. We're talking about security on two (almost) independent layers. WLAN encryption secures all data transfered over the air (but no further). SSH encrypts all data transfered through it's connection with the server (except maybe the key exchange, but this is done in a secure fashion too). So if you start a SSH session when on an encrypted wireless network, the data is actually encrypted twice, once by SSH, and again by the wireless connection. Otherwise it's encrypted only once, by SSH.