So far, I've found two solutions that work:

1.  Use CatWalk from the toolbox, and use ssh to tunnel port 7654 to my
machine,using:

(on my machine)
ssh -N [EMAIL PROTECTED] -L7654:remote.com:7654

(on remote server)
tg-admin toolbox -n -c <my IP address>

2. Use CatWalk mounted in my project, with ssh tunneling:

(on my machine)
ssh -N [EMAIL PROTECTED] -L8125:remote.com:8000

Then use my browser to connect to my remote project page, use the admin
page, get the 'access denied' error from CatWalk (which tells you what
you need to edit to turn on access from your IP address).

Edit my controllers.py to tell CatWalk to allow access from my IP
address.
Restart my project server.
Use my browser to connect to my admin page again.
Success!

There must be a better way.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to