On 6/13/22 18:35, Toler, Matt wrote:
That said, it was our understanding that reloading the service would not
disturb any old connections
That is an oversimplified and somewhat optimistic view. Said that, most
old connections indeed survive reconfiguration in most environments.
and new c
Dear all, I have an Ubuntu 22.04 with Squid package, and I've
configured it in order to let pass ssh protocol to Internet.
>From the own proxy, if I execute:
$ sftp -v -oConnectTimeout=20 -oPoxyCommand='nc -X connect -x
10.12.1.1:8080 %h %p' -oPort 6 user@x.x.x.x
I can login successfully.
B