You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config ssh client using ProxyCommand
vim ~/.ssh/config
## Outside of the firewall, use connect command with SOCKS conenction.
Host *
ProxyCommand connect -S 127.0.0.1:9999 %h %p
## Inside of the firewall, use connect command with direct connection.
Host *.tbox.me
ProxyCommand connect %h %p