Hacker News new | ask | show | jobs
by vbezhenar 97 days ago

    Host *
        ServerAliveInterval 25
1 comments

Yes, this makes your connection more likely not survive client suspends. (ClientAliveInterval, which makes the server ping the client, will make it fail almost certainly, since the server will be active while the client is sleeping.)