New installation on Pi 3 B+
Can connect browser through wifi or direct ethernet cable (pc to pi) Cannot connect with Putty "Connection Refused" Windows 10 host.
Object is to get a Waveshare 5" HDMI Touch Screen working but first things first and get Putty to connect.
Thanks
Comments
My waveshare 5" needs these lines added to config.txt:
Of course you can also install the .deb package on any other debian based linux installation.
Windows 10 also support ssh directly in powershell. Just send
ssh pi@ipNumber
and it should log you in after password validation. Of course only if ssh daemon is working. Not that it works you can also use keyboard to switch to console and check ssh being active.
ps aux | grep ssh
should show a ssd daemon.