xxxxxxxxxx
1) to start ssh server on raspberry pi:
sudo systemctl start ssh
--> or enable in raspberry pi settings (ssh then starts on raspberry pi boot)
2) easiest way to connect to ssh server:
type this command in windows powershell:
ssh pi@[hostname].local and type raspberry pi password
--> or type hostname in Putty with port 22 and click open,
login as pi (default raspberry pi username) and type raspberry pi password
3) to find [hostname], type this inside raspberry pi terminal:
hostname or hostname -s