TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Create your own Virtual Private Network for SSH with Putty

6 pointsby codemechanicabout 16 years ago

1 comment

duskwuffabout 16 years ago
This isn't actually a VPN - you can't send non-TCP traffic over it, and it doesn't even work for all TCP traffic unless you use the SOCKS proxy (ssh -D).<p>What CAN be used to construct a true VPN is ssh -w. But I don't think that works in putty.