I am new to *nix and am trying to set up jessi-lite networking. I have wired and wireless working for my home lan but need to be able to use the system via SSH in locations that I know the SSID and key for but do not have access to a screen or a keyboard to modify the interfaces file. My doze box finds the network it needs automatically and uses that. How do I set this up on Raspbian. My /etc/network/interfaces looks like this at the moment:-
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid <my SSID>
wpa-psk <my key>