I
I
ideological2014-11-05 01:13:20
Raspberry Pi
ideological, 2014-11-05 01:13:20

Can't connect via SSH on Raspberry Pi?

Installed Raspbian from www.raspberrypi.org/downloads
in the settings enabled ssh, connected to wifi - there is a network.
The problem is that Advanced IP Scanner does not see the Raspberry Pi.
I googled, they write:
"In Debian operating system images, the ssh server is disabled by default. The list of startup programs is taken from the /boot/boot.rc file, provided that it exists. At the same time, a sample file with booting the ssh server.Therefore, to enable automatic boot, just execute the following command:
sudo mv /boot/boot_enable_ssh.rc /boot/boot.rc
and after rebooting the ssh server will be started (username and password for login are the same as when into the system)."
But the problem is that I don't have /boot/boot_enable_ssh.rc or /boot/boot.rc files.
What should I do?
How to run ssh on Raspberry Pi?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bzz, 2014-11-05
@ideological

sudo /etc/init.d/ssh restartor
It is better to find out the ip address with the ifconfig command on the Raspberry Pi than to scan the network.
Default Raspbian login/password:
pi / raspberry

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question