1 Answer
- Newest
- Most votes
- Most comments
1
In my experience this is usually caused by a connection that gets dropped after a certain amount of time. Running ssh with a keep-alive option has helped a lot, something like:
ssh -o ServerAliveInterval=60 myname@myhost.com
answered 4 years ago
Relevant content
asked 7 years ago
asked 3 months ago
- AWS OFFICIALUpdated 4 months ago

Can you explain myname@myhost.com with an example