#!/usr/local/bin/perl # index.cgi # Display the SSH applet BEGIN { push(@INC, ".."); }; use WebminCore; &init_config(); &ui_print_header(undef, "SSH Login", "", 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 &ui_print_footer("/", "index");