Log into Raspberry Pi, with Putty
https://www.hobbytronics.co.uk/raspberry-pi-ssh
https://tutorials-raspberrypi.com/raspberry-pi-remote-access-by-using-ssh-and-putty/
Remote Access
to your Raspberry Pi
through SSH from any computer which share the internet router network
Putty, connect via SSH, the best way is to download the free program called putty.
Download Putty,
https://www.putty.org/
and log as
pi@raspberrypi.local
raspberrypi.local
SSH was designed as a replacement for
Telnet and for unsecured remote shell
protocols such as the Berkeley rlogin,
rsh, and rexec protocol
https://www.ssh.com/ssh/putty/download
https://en.wikipedia.org/wiki/Secure_Shell
PuTTY (/'p?ti/)[3] is a free and open-source terminal
emulator, serial console and network file transfer
application. It supports several network protocols,
including SCP, SSH,
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
https://www.putty.org/
https://en.wikipedia.org/wiki/PuTTY
Download from
https://www.puttygen.com/download-putty.
http://www.putty.org/
user:
pi@raspberrypi ~ $
or...
Find out the IP address of the Raspberry Pi by
using a great free tool called Advanced IP Scanner.
Download it from http://www.radmin.com/products/ipscanner/
setup wifi
SETUP PI ZERO WIFI
https://desertbot.io/blog/setup-pi-zero-wifi
****NOTE:
Raspberry Pi Zero: The original model Raspberry Pi Zero
and the newer version 1.3 with the camera connector
<DO NOT HAVE> any build in networking capability.
No Ethernet, no WiFi, and only a single micro USB OTG data port
(the outer port is power only).
OLD Pi Zero, Connect over WiFi
Plug your WiFi Adapter into the USB OTG cable and
plug the other end into the data / peripheral port
on your Pi Zero (see picture above).
https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
Setting WiFi up via the command line
Using raspi-config
The quickest way to enable wireless networking is
to use the command line raspi-config tool.
sudo raspi-config
or....Adding the network details to the Raspberry Pi
Open the wpa-supplicant configuration file in nano:
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Go to the bottom of the file and add the following:
network={
ssid="testing"
psk="testingPassword"
}
Getting WiFi network details
To scan for WiFi networks, use the
command sudo iwlist wlan0 scan.
This will list all available WiFi networks,
along with other useful information. Look out for:
'ESSID:"testing"' is the name of the WiFi network.