Hello,

I've looked through the documentation & demo scripts specifically
demo_server and forward but I'm still having problems.

Basically, I'm trying to create a SSH server who's sole purpose is to
forward requests from clients (web proxy).  Something like the ssh command:
ssh -D 9999 u...@host

I've used portions of the demo_server script and I can see what's the src
host/port & destination host/port but I haven't figured out how to actually
have the SSH server forward and then return the data back to the client.

Any help would be appreciated.

Thanks.
_______________________________________________
paramiko mailing list
paramiko@lag.net
http://www.lag.net/cgi-bin/mailman/listinfo/paramiko

Reply via email to