SSH keeps disconnecting (possible keepalive issues)
See original GitHub issuewhen connection to servers by ssh unser outline vpn there is strange process
If idle in several seconds (not event monutes) ssh servers kicks me
Connection to *.*.*.* closed by remote host.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:12 (2 by maintainers)
Top Results From Across the Web
How to quickly fix - SSH connection keeps dropping? - Bobcares
SSH connection keeps dropping error is occured due to memory in the router being small or due to unstable internet connection.
Read more >How to prevent SSH from disconnecting if it's been idle for a ...
The simplest fix is to enable ssh client keepalives; this example will send an ssh keepalive ... to allow ssh to keep trying...
Read more >Keep SSH Connections Alive - Medium
Frequent server disconnects can be mitigated through one simple SSH ... This is also referred to as “keep alive” traffic: sending traffic ...
Read more >SSH keeps disconnecting after few minutes of inactivity
I go for +-2 minutes away and after I return, SSH is disconnected... I tried changing ssh config on server and on client......
Read more >OpenSSH Server connection drops out after inactivity problem
This is usually the result of a packet filter or NAT device timing out your TCP connection due to inactivity. For security, reason...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m pretty sure that this issue is related to the keep-alive setting: another issue
Wow, this has been idle for a long time. I’m going to bundle it with this keepalive issue, which I think must be related: https://github.com/Jigsaw-Code/outline-server/issues/85