PI 3b+ SSH password refused by network, not by local keyboard
Posted: Thu Mar 22, 2018 8:41 am
Hello.
I have problem to connect with SSH with the 2018-03-13-raspbian-stretch-lite. I have not this problem with 2017-11-29-raspbian-stretch-lite. See below what i have done.
1) Put 2018-03-13-raspbian-stretch-lite on a brand new SD card
2) Put an empty file ssh in the boot partition
3) Put the sd card in a pi3b+ connected to my network and a screen and powered up
4) Try to connect from my computer (Win7) to the IP adress with Bitwise SSH client
5) There is an key exchange going on:
Of course, I use the default password raspberry (rqspberry with my French Keyboard)
6) I plug the keyboard into the raspberry, login (pi/raspberry), and type
The ssh server ask the password. I type it (rqspberry) and ssh accept it and open the session !!!
Why ssh does not accept the password when sended by network, but accept it from a local session ???
I have problem to connect with SSH with the 2018-03-13-raspbian-stretch-lite. I have not this problem with 2017-11-29-raspbian-stretch-lite. See below what i have done.
1) Put 2018-03-13-raspbian-stretch-lite on a brand new SD card
2) Put an empty file ssh in the boot partition
3) Put the sd card in a pi3b+ connected to my network and a screen and powered up
4) Try to connect from my computer (Win7) to the IP adress with Bitwise SSH client
5) There is an key exchange going on:
Code: Select all
09:32:42.291 Started a new SSH2 session.
09:32:42.322 Connecting to SSH2 server 192.168.1.13:22.
09:32:42.322 Connection established.
09:32:42.353 Server version: SSH-2.0-OpenSSH_7.4p1 Raspbian-10+deb9u3
09:32:42.384 First key exchange started.
09:32:42.493 Received host key from the server. Algorithm: ECDSA/nistp256, size: 256 bits, MD5 fingerprint: 02:c7:84:cd:9e:cd:ff:ca:53:3c:55:e9:a8:b9:37:24, Bubble-Babble: xodeh-gufom-tuzut-pufan-fofyd-govik-dafeg-batyd-zebeb-mylan-kuxyx, SHA-256 fingerprint: oGR1IviRlccby/oxvlH9cQRzK7WK9k33OBjIpTjh/FM.
09:32:42.509 First key exchange completed using ecdh-sha2/nistp521. Session encryption: aes256-ctr, MAC: hmac-sha2-256, compression: none.
09:32:42.525 Attempting password authentication.
09:32:44.599 Authentication failed. Remaining authentication methods: 'publickey,password'.
6) I plug the keyboard into the raspberry, login (pi/raspberry), and type
Code: Select all
ssh -l pi 127.0.0.1Why ssh does not accept the password when sended by network, but accept it from a local session ???