ssh -o ProxyCommand="nc -X 5 -x proxy_host:proxy_port user@vps_ip" user@vps_ip
مثلا اگه رو 127.0.0.1:1080 پروکسی دارین:
ssh -o ProxyCommand="nc -X 5 -x 127.0.0.1:1080 user@vps_ip" user@vps_ip
#note@xAquarium ~ Robin
CL CleverDevs @cleverdevs · 10.9K subscribers Forwarded from 🪷 My Safe Aquarium ✨ ( Mahi in the void)
ssh -o ProxyCommand="nc -X 5 -x proxy_host:proxy_port user@vps_ip" user@vps_ip
ssh -o ProxyCommand="nc -X 5 -x 127.0.0.1:1080 user@vps_ip" user@vps_ip