remote logfile viewing

I am away from my vera for a while and forgot to setup remote login via ssh. Now I want to do some programming and it would help if I could see the logfile. Is there any way to see the logfile remoteley (maybe a script in cgi-bin?). In the UI I can set loglevels and logtarget but I cant find a way to actually look at the content. Anyone a hint?

Thanks

http://forum.micasaverde.com/index.php?topic=4619.msg25098#msg25098
http://forum.micasaverde.com/index.php?topic=5154.msg38385#msg38385

As described in the second link something is happening but it ends up with an empty website. The link …cgi-bin/cmh/log.sh?Device=LuaUPnP seems to access the right file as any other Device=xxx would result in an error.

I suspect that the forward servers work by fetching the content from the Vera and when all the content is retrieved sending back to you. Since the log.sh is a never-ending stream the forward server never begins sending content back, instead waiting for the log.sh to finish. Ideally it should stream the requested URL rather than how it works now.