Perminately enable SSH server (two ways)
sudo raspi-config
Enable SSH using systemd. (default credentials for the console are pi/raspberry)
pi
raspberry
systemctl enable sshd.service systemctl start sshd.service