>I've heard of making CFAdmin accessible on a port other than 80 but >haven't tried that. Sounds like a plan for this afternoon.
I used the following method, but not actually done the set up, so forgive my possible over simplification: - set up the CFIDE directory in IIS to run on a non-standard port - configure the firewall to block that port by default (if not already), but to accept ssh connections that forward authenticated remote requests to the CF server & port on the internal net. - remote user authenticates and sets up port forwarding via ssh: $ ssh -C [EMAIL PROTECTED] firwall IP] -L [local port]:[remote server internal IP]:[remote port] - in a local browser, the authenticated user hits: http://localhost:[local port]/cfide/administrator/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

