- Nov 18, 2012
- 2,375
- 0
- 76
I'm trying to set up a SOCKS proxy server on my WinXP box and access it on my Mac. I've taken a few steps so far on my Windows box:
Furthermore, I know that using "sudo" prompts me to put in the Mac's admin password, and I did that. But afterward, it asks me for the password to the Windows box, and I haven't set one, explicitly to streamline this process. What am I missing?
- Installed Cygwin
- Installed OpenSSH
- Disabled Protocol 1
- Started a server with "net start sshd"
- Opened port 22
I know what my IP addresses are, as I've reserved an IP address for the Windows box and my Mac (one each). But what do I put for the user?sudo ssh -ND 22 me@myip.com
Furthermore, I know that using "sudo" prompts me to put in the Mac's admin password, and I did that. But afterward, it asks me for the password to the Windows box, and I haven't set one, explicitly to streamline this process. What am I missing?
