FG
💻 Software

SSH proxy problem

Fresh5 days ago
Mar 15, 20261911 views
Confidence Score0%
0%

Problem

I used to use follows as my proxy server Now my company decides to block 22 port and I cannot access the 22 port of my site host directly.But there's one machine that doesn't blocked in my lan and I can use SSH to logon it.So how can I make my proxy via the unblocked machine? Thanks!

Error Output

start c:\ssh\plink.exe -N username@mysite.com -pw mypasswd -P 22 -D localhost:8003

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: SSH proxy problem

Low Risk

Basically, in situations like this, you probably want to ditch the SSH-based proxy and use an SSL VPN tyoe of proxy. Such a proxy makes all your traffic look like HTTPS SSL traffic, and no one's going to block port 443. A good one to run on Linux is…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment