Stefan Drexleri <[EMAIL PROTECTED]> wrote: > [on UNIX] use command like this: > ssh -o ProxyCommand="./droute.pl sshdns.server.example.com" [EMAIL PROTECTED] > this be accomplished on win32 system? > PUTTY unfortunately doesn't have any "ProxyCommand" option ... > Perhaps you could try to build up local SOCKS server ...
I do not think putty has any proxying capabilities. Have a look at http://www.maths.usyd.edu.au/u/psz/ssh-with-skey which does essentially what you want: instead of invoking the proxy from within ssh/putty, have the proxy invoke ssh/putty. (I have a socks server written in perl also, please email directly if interested.) Cheers, Paul Szabo [EMAIL PROTECTED] http://www.maths.usyd.edu.au/u/psz/ School of Mathematics and Statistics University of Sydney Australia _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/
