This is on a fresh Raspbian Jessie 11-25 install.
Attached is the output from
Code: Select all
ssh -vvv pi@192.168.1.33I tried
Code: Select all
ssh -vvv pi@localhostThanks in advance!
Code: Select all
ssh -vvv pi@192.168.1.33Code: Select all
ssh -vvv pi@localhostYes, they "fixed" it so it doesn't work at all. Raspi-config, either command line or GUI is no help and putting in the /boot/ssh file per their blog does no good...so it is very safe indeed...you just can't use it. I think I still have the previous iso on another drive...will get it back and get rid of this garbage until the masters of the piniverse fix it so it can be used.klricks wrote:SSH is now disabled by default in all present and future Raspbian OS releases.
Use the RPi configuration tool in [menu] --> [Preferences] or sudo raspi-config to enable SSH.
Code: Select all
passwd piCode: Select all
ssh pi@localhostNot sure what your issue is?wh7qq wrote:Yes, they "fixed" it so it doesn't work at all. Raspi-config, either command line or GUI is no help and putting in the /boot/ssh file per their blog does no good...so it is very safe indeed...you just can't use it. I think I still have the previous iso on another drive...will get it back and get rid of this garbage until the masters of the piniverse fix it so it can be used.klricks wrote:SSH is now disabled by default in all present and future Raspbian OS releases.
Use the RPi configuration tool in [menu] --> [Preferences] or sudo raspi-config to enable SSH.
It works perfectly for me by putting the "ssh" file into /boot. If it's not working for you then something is wrong on your end. Bad SD card? Bad imaging procedure? Not correctly creating the ssh file (having known file extension on Windows set to hidden, so that you don't see that the file you actually created is ssh.txt)?wh7qq wrote:Yes, they "fixed" it so it doesn't work at all. Raspi-config, either command line or GUI is no help and putting in the /boot/ssh file per their blog does no good...so it is very safe indeed...you just can't use it. I think I still have the previous iso on another drive...will get it back and get rid of this garbage until the masters of the piniverse fix it so it can be used...
After enabling of course I tested each case by connecting to the RPi using PuTTY from a Windows 10 computer.Hirza_Tango wrote:SSH is enabled, that's not the problem. The port is identified in the log and by telnet as an SSH server
Code: Select all
sudo rm /etc/ssh/ssh_host_*
sudo dpkg-reconfigure openssh-serverThis worked for me. Thanks!jojopi wrote:Loss of connection after "SSH2_MSG_KEXINIT sent" may be because the host keys are missing or corrupt. Try regenerating:Also, check for errors in /var/log/auth.log.Code: Select all
sudo rm /etc/ssh/ssh_host_* sudo dpkg-reconfigure openssh-server
I don't have my LCD working. And I need the ssh to fix my LCD .I mean I'm completely headless. The ssh file didn't work for me and raspberry closes the connection automatically. is there any way for me to try this solution?jojopi wrote: Loss of connection after "SSH2_MSG_KEXINIT sent" may be because the host keys are missing or corrupt. Try regenerating:Also, check for errors in /var/log/auth.log.Code: Select all
sudo rm /etc/ssh/ssh_host_* sudo dpkg-reconfigure openssh-server
The best way to get help is to start a fresh thread.I am like you, ever found a solution?