We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2321c36 commit fbae902Copy full SHA for fbae902
1 file changed
home/.ssh/config
@@ -25,7 +25,7 @@ Host vm-kvm-rocky-9
25
HOST vm-vps-*
26
User ali
27
# --- Use Proxy, install connect-proxy
28
- ProxyCommand connect-proxy --socks-proxy-server 127.0.0.1:10808 %h %p
+ ProxyCommand nc --proxy-type socks5 --proxy 127.0.0.1:10808 %h %p
29
ServerAliveInterval 10
30
Port 2233
31
# --- Jump Server
0 commit comments