#!/usr/bin/perl -wT #---------------------------------------------------------------------- # heading : Your Settings # description : SSH keys # longdesc : add public keys to allow ssh access without passwords # navigation : 100 600 # # Modified (c) 2002,2006 Stephen Noble # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # uses the FormMagick Panel for remoteuseraccess # but pulls username from $ENV{'REMOTE_USER'}; # rather then being selected from a table # #---------------------------------------------------------------------- use strict; use warnings; use esmith::FormMagick::Panel::remoteuseraccess; my $fm = esmith::FormMagick::Panel::remoteuseraccess->new(); $fm->display(); __DATA__
SSHKEYS_DESCRIPTION