TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Create your own Virtual Private Network for SSH with Putty
6 points
by
codemechanic
about 16 years ago
1 comment
duskwuff
about 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.