On Friday 15 September 2006 21:09, Bibby Michael wrote: > Write cgi scripts with Python for web interface and Python+wxPython for GUI > application.
Since you're already writing your frontend in Python it's much better and more reliable to use one of the Python ssh modules. HTTP is stateless and you'll have a fun time managing a statefull authpf entry with a stateless protocol. Other than that it's a neat idea though. --- Lars Hansson