Re: trouble maintaining an open ssh connection past 20 minutes

2020-06-05 Thread Kevin Schnitzius via Cygwin
> This is a problem that I noticed last summer when I updated to openssh 8.0 in > the Cygwin package installer. At the time, I was able to resolve the > issue temporarily by reverting to version 7.9. I applied updates this > morning, and openssh 8.3 was installed, and the problem is back. It > c

Re: trouble maintaining an open ssh connection past 20 minutes

2020-06-05 Thread Andrey Repin
Greetings, Frances B. Webb! > My ssh config is this, followed by a bunch of hostname aliases: > Host * > ServerAliveInterval 180 > Host solr* jenkins folio* > IdentityFile ~/.ssh/aws_id_rsa > The ServerAliveInterval is something I added when I was trying to debug the > issue last

RE: trouble maintaining an open ssh connection past 20 minutes

2020-06-05 Thread Frances B. Webb via Cygwin
My ssh config is this, followed by a bunch of hostname aliases: Host * ServerAliveInterval 180 Host solr* jenkins folio* IdentityFile ~/.ssh/aws_id_rsa The ServerAliveInterval is something I added when I was trying to debug the issue last summer. It didn't work, and I never took

Re: cURL uploads 0 length file for sftp transfer.

2020-06-05 Thread Cary Lewis via Cygwin
Curl under cygwin - TCP keepalive I need to download a file from a remote server via a https request, and the remote server takes several minutes to prepare the file. Without any keepalives, the remote end will terminate the socket, but it doesn't close it (which I know is weird). Running curl w