#!/usr/local/bin/perl # index.cgi # Display the SSH applet require '../web-lib.pl'; &init_config(); &header("SSH Login", "images/ssh.gif", undef, 1, 1); $addr = $config{'host'} ? $config{'host'} : &to_ipaddress(&get_system_hostname()); $config{'port'} = 22 if ($config{'port'} == 23); print <
Your browser does not appear to support java, which this module requires to function.


Applet developed under GPL by Mindbright.

EOF &footer("/", "index");