Comment on SSH ProxyCommand == unexpected code execution (CVE-2023-51385)parentComments−bdd8f1df777b2y```Host github.com ProxyCommand connect -H localhost:54321 %h %p ```localhost:54321 is a SOCK5 proxy, which forwards the traffic through TLS to my VPS server.
Comments
```
Host github.com
```localhost:54321 is a SOCK5 proxy, which forwards the traffic through TLS to my VPS server.