Skip to content

Raspberry Pi with Raspbian dropping SSH connection

I was playing with my Raspberry PI with Raspbian and the ssh connection was dropping (or timeouting, or something like this), I got a “Broken Pipe” message, and If I tried to connect again, it refuses it.

I don’t know why, but to fix it edit /etc/ssh/sshd_config with

sudo nano /etc/ssh/sshd_config

Search for TCPKeepAlive and update it from yes to no

TCPKeepAlive no

It doesn’t make sense, I know, but it worked.

Abraços

Published inRaspberry PI

2,552 Comments

  1. Hello! I just wanted to ask if you ever have
    any trouble with hackers? My last blog (wordpress) was hacked and I
    ended up losing a few months of hard work due to no backup.
    Do you have any methods to protect against hackers?

Leave a Reply

Your email address will not be published. Required fields are marked *