> 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
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
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
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
4 matches
Mail list logo