Hi everyone,
yesterday I received my new Raspberry Pi and with the help of this forum I managed to get wifi running smoothly. The missing channels 12 and 13 were no issue for me, I just had to disable the wifi power savings mode in order to have a stable connection.
However, I still have issues with SSH. I would like to access the Pi from my Windows PC via PuTTY. When I connect the Pi via ethernet cable, everything works fine. But when I connect the Pi via wifi, after entering username and password nothing happens (see attached image).
This is what the SSH server on the Pi says:
Code: Select all
Mar 4 09:16:59 rpi sshd[1368]: Accepted password for pi from 192.168.178.38 port 49886 ssh2
Mar 4 09:16:59 rpi sshd[1368]: pam_unix(sshd:session): session opened for user pi by (uid=0)
Code: Select all
Event Log: Sent password
Event Log: Access granted
Event Log: Opening session as main channel
Event Log: Opened main channel
Event Log: Allocated pty (ospeed 38400bps, ispeed 38400bps)