Please translate this terminal command to Windowsese for me
Posted: 2009-08-31 05:59pm
On my own boxes this
Gives me an ssh tunnel via port 5432 encrypted with the blowfish cypher, bound to port 7777 on localhost, for easy proxying via QuickProxy and such on Firefox.
On Windows I guess there's this "putty" thing to provide equivalent functionality, but all the online guides I found are incoherent.
Can one of you kind people tell me which random checkboxes and radio buttons I fiddle with in the putty GUI that correspond to my quoted command? Thanks!
Code: Select all
xisiqomelir@parsifal:~$ ssh -D 7777 -c blowfish -p 5432 locastor@xxx.xxx.xxx.69
On Windows I guess there's this "putty" thing to provide equivalent functionality, but all the online guides I found are incoherent.
Can one of you kind people tell me which random checkboxes and radio buttons I fiddle with in the putty GUI that correspond to my quoted command? Thanks!