anyterm

I just successfully installed anyterm on my homepage hosted on my sheeva plug. The successfull command was:
./anytermd -p 5000 –user olkn –auth null -c “ssh olkn@localhost”
I had several issues with authentication and the correct user to choose but now it is running and I have shell access to my sheeva plug using an SSL encrypted apache page.
The proxy passage for apache is as follows. Of course you need to install mod_proxy first.

# anyterm proxy

ProxyPass http://localhost:5000/
ProxyPassReverse http://localhost:5000/
AuthType Basic
AuthName “anyterm”
AuthUserFile /etc/apache2/htpasswd
Require user olkn