I bought a raspberry pi 3 and I've installed Raspbian and Openelec with Noobs. Everything works fine with Openelec, but ssh in Raspbian.
It is supossed to be enabled by default in the latest version of Raspbian, right? In fact, when I go to Rapberry Configuration menu ssh appears as enabled. Unfortunately I don't have a keyboard so I can assure it with some terminal command, I only have a screen (tv) and a mouse. That is why I want to connect via ssh with my linux laptop.
When I try to ssh -vvv a get this:
Code: Select all
ssh -vvv pi@192.168.1.134
OpenSSH_7.2p2, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolving "192.168.1.134" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 192.168.1.134 [192.168.1.134] port 22.
debug1: connect to address 192.168.1.134 port 22: Connection refused
ssh: connect to host 192.168.1.134 port 22: Connection refused
Any advice or help??
Thank you in advance!