Page 1 of 1

Raspberry pi 3 Putty

Posted: Sun May 21, 2017 6:41 am
by kahve
I am using putty to connect my raspberry pi. And I haven't got any keyboard... So I am using Ethernet. I tried all methods which is inside of youtube etc. But I always get an error says "connection refused". Is there any methods to solve that? Thanks...

Re: Raspberry pi 3 Putty

Posted: Sun May 21, 2017 8:51 am
by jadro
I use putty from lan and from web. From web was a problem because i have to open port i think 22 or 21 on my router. I am not at home to check correct open port. In putty you have to put ip and also port. Did you try this?
Jadro

Re: Raspberry pi 3 Putty

Posted: Sun May 21, 2017 9:03 am
by B.Goode
kahve wrote:I am using putty to connect my raspberry pi. And I haven't got any keyboard... So I am using Ethernet. I tried all methods which is inside of youtube etc. But I always get an error says "connection refused". Is there any methods to solve that? Thanks...
The ssh server/daemon is disabled by default on recent versions of Raspian Jessie. Have you enabled it?

Re: Raspberry pi 3 Putty

Posted: Mon May 22, 2017 7:50 am
by Pernat1y
First, from now on SSH will be disabled by default on our images.
...
The boot partition on a Pi should be accessible from any machine with an SD card reader, on Windows, Mac, or Linux. If you want to enable SSH, all you need to do is to put a file called ssh in the /boot/ directory.
https://www.raspberrypi.org/blog/a-secu ... ian-pixel/