Joined: 23 Jun 2008 |
Posts: 13 |
|
|
|
Posted: Sun Oct 04, 2009 2:34 am |
|
|
|
|
|
From http://test.nth-design.com/2009/02/13/phped-dbg-putty-tutorial/
Quote: | # You will need to configure PuTTY to forward SSH traffic from the Debugger.
1. Open PuTTY on your development computer.
2. Create a new Session to be used with the PHPEd debugger.
1. In the Host Name (or IP Address) field enter the host name for your web server.
myfakeproject.com
2. In the Saved Sessions field enter a name for your session:
MyFakeProject.Com Debugger
3. In the Category panel select:
Connection » SSH » Tunnels
1. In the Source Port field enter: 7869
2. In the Destination field enter: localhost:7869
3. Select the Remote radio button.
4. Click Add.
4. In the Category panel select:
Session
5. Click Save.
|
Try to recreate your connection with these specs.
|
|