Hi there!
Just installed debian, but i cannot ssh (connection refused)
The rasp boots ok, I can do updates,etc...using the keyboard,etc...
But it won't accept ssh connections...
The IP of course is correct...
What can i check?
Many thanks!
-
- Posts: 42
- Joined: Tue May 22, 2012 5:42 pm
Cannot ssh...
---------------------------
http://www.iu5hes.it
---------------------------
http://www.iu5hes.it
---------------------------
-
- Posts: 1090
- Joined: Sun Sep 25, 2011 11:44 am
- Location: Potters Bar, United Kingdom
- Contact: Website
Re: Cannot ssh...
Have you renamed the file 'boot_enable_ssh.rc' on the FAT partition (/boot under Debian) to 'boot.rc'? This will enable ssh on boot.
-
- Posts: 42
- Joined: Tue May 22, 2012 5:42 pm
Re: Cannot ssh...
didn't read about this...i'll try asap! thanks!
---------------------------
http://www.iu5hes.it
---------------------------
http://www.iu5hes.it
---------------------------
Re: Cannot ssh...
I used the Debian commands.. after booting, login and typemichelinok wrote:Hi there!
Just installed debian, but i cannot ssh (connection refused)
The rasp boots ok, I can do updates,etc...using the keyboard,etc...
But it won't accept ssh connections...
The IP of course is correct...
What can i check?
Many thanks!
Code: Select all
sudo update-rc.d ssh defaults
R