Re: [squid-users] Reloading squid service results in connection resets

2022-06-13 Thread Alex Rousskov
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

[squid-users] sftp through Squid: sftp error with proxy: command-line line 0 bad protocol 2 host key algorithms +ssh-dss

2022-06-13 Thread Roberto Carna
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