Page 1 of 1

problem with Putty

Posted: Thursday 23 August 2018 22:05
by Johndomo
Question from a NOOB...
I had to re-install Domoticz on my PI 2B.
Before, everything worked well and I could use Putty.
Now, Domoticz works again, I can access it on my W10 laptop and my Androids Phone, but I cannot use Putty anymore (Access denied message)
Any ideas for me?
Thx!

Re: problem with Putty

Posted: Thursday 23 August 2018 22:41
by mark.sellwood
SSH is disabled by default so putty wont connect as you are seeing.

To enable SSH you have 2 options: -

1) To enable SSH you need to place an empty file named 'SSH' on the SD-card to enable SSH on boot.

2) Connect a keyboard & monitor, log in & run sudo raspi-config, in one of the menus you can enable SSH

Re: problem with Putty

Posted: Thursday 23 August 2018 22:49
by Johndomo
Great, thank you! I.m going to try this tomorrow!

Re: problem with Putty

Posted: Thursday 23 August 2018 22:59
by freijn
goto the Gui or the commandline on your HDMI output

type

sudo raspi-config


goto interfaces and check if ssh is enabled

Re: problem with Putty

Posted: Saturday 25 August 2018 21:47
by Johndomo
Yes, it works! Thx again guys!