SSH ダイナミック プロキシが非常に遅く、チャネルを開き続けます

SSH ダイナミック プロキシが非常に遅く、チャネルを開き続けます

SSH を -D フラグ付きで使用して、ネットワーク外部からネットワーク化された http リソースにアクセスしようとしています。 コマンドを使用しておりssh -v -ND 8090 svrsvrhosts ファイルでホストとして設定されています。

接続は正常に確立されますが、プロキシを使用すると、ブラウザが TLS ハンドシェイクでハングします。接続がタイムアウトすることもあれば、成功することもありますが、いずれにしても使用できません。

すでに同じコマンドを使用して、別のサーバーへのプロキシを作成しようとしましたが、これは問題なく、適切な速度で動作するため、ローカル マシンの問題ではないことはほぼ確実です。

これは、ホームページを検索するための SSH からの出力ですxkcd.com

(スパムフィルターが私を嫌うので大幅にカットされています)

debug1: Connection to port 8090 forwarding to socks port 0 requested.
debug1: channel 5: new [dynamic-tcpip]
debug1: Connection to port 8090 forwarding to socks port 0 requested.
debug1: channel 6: new [dynamic-tcpip]
debug1: Connection to port 8090 forwarding to socks port 0 requested.
debug1: channel 4: new [dynamic-tcpip]
debug1: Connection to port 8090 forwarding to socks port 0 requested.
debug1: channel 9: new [dynamic-tcpip]
debug1: channel 5: free: direct-tcpip: listening port 8090 for xkcd.com port 443, connect from 127.0.0.1 port 50477 to 127.0.0.1 port 8090, nchannels 12
debug1: channel 6: free: direct-tcpip: listening port 8090 for xkcd.com port 443, connect from 127.0.0.1 port 50478 to 127.0.0.1 port 8090, nchannels 11
debug1: channel 9: free: direct-tcpip: listening port 8090 for imgs.xkcd.com port 443, connect from 127.0.0.1 port 50489 to 127.0.0.1 port 8090, nchannels 6
debug1: channel 4: free: direct-tcpip: listening port 8090 for imgs.xkcd.com port 443, connect from 127.0.0.1 port 50486 to 127.0.0.1 port 8090, nchannels 4

正常なサーバーからの出力はほぼ同じに見えます。

何が間違っているのでしょうか? 壊れたサーバー上でルートアクセス権を持っているので、sshd 設定を変更できます。

関連情報