Is there some new port for new raspbian ssh? I just installed raspbian lite on 64gb card on RPi3 and I can't connect, even tho' system seems to work, as it obtained IP from DHCP... what could be the problem? Please help!
Putty says that "connection refused".
Re: New raspbian lite, connection refused to ssh
SSH has been disabled by default in raspbian now:
https://www.raspberrypi.org/blog/a-secu ... ian-pixel/
viewtopic.php?f=66&t=166984
Basically you have to put an empty file called "ssh" on the SD card to enable it.
https://www.raspberrypi.org/blog/a-secu ... ian-pixel/
viewtopic.php?f=66&t=166984
Basically you have to put an empty file called "ssh" on the SD card to enable it.
Android app - Raspi Card Imager - download and image SD cards - No PC required !
Re: New raspbian lite, connection refused to ssh
Oh... that saved my day, thanx!