The idea is this: With a wifi dongle attached, host a server which allows the user to establish a ssh connection into the Raspberry-Pi.
The question: Is this possible, and how would i go about doing it?
Thanks in advance
-Harry
Code: Select all
country=GB
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOUR-SSID"
psk="YOUR-SSID-PASSWORD"
key_mgmt=WPA-PSK
}
KLL wrote:as you say you want use a USB WIFI dongle i think you have a RPI1 or RPI2
(as the RPI3 has WIFI )
<SNIP>
after this put the SD card in RPI, powerup and try to find the IP of the RPI on your LAN
by PC network tools / by android FING / by look into the router /
and login RPI by PC putty software with this IP, user: pi password: raspberry
Exactly what i wanted! thanks!DirkS wrote:Sure.
You can use the dongle to connect to an existing AP and then use SSH to connect to the Pi.
Or turn the Pi into an access point and connect to it directly from another machine, see e.g. https://www.raspberrypi.org/documentati ... s-point.md