diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-06-08 01:19:32 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-06-08 01:19:32 +0000 |
commit | ec7ea0f4339111de018c27c5ab948f3446a42e3c (patch) | |
tree | f33610d7d011f83577f189537f941a51f887400d /drakwizard.pl | |
parent | 02e879ecc6d4d325bd83bbb453437f61a27fb01f (diff) | |
download | drakwizard-ec7ea0f4339111de018c27c5ab948f3446a42e3c.tar drakwizard-ec7ea0f4339111de018c27c5ab948f3446a42e3c.tar.gz drakwizard-ec7ea0f4339111de018c27c5ab948f3446a42e3c.tar.bz2 drakwizard-ec7ea0f4339111de018c27c5ab948f3446a42e3c.tar.xz drakwizard-ec7ea0f4339111de018c27c5ab948f3446a42e3c.zip |
add sshd wizard
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-x | drakwizard.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drakwizard.pl b/drakwizard.pl index e30a7cf6..db45ec24 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -47,6 +47,7 @@ my %wiz = ( samba => ['Samba', N("Samba server")], sambashare => ['Sambashare', N("Manage Samba share")], squid => ['Squid', N("Proxy")], + sshd => ['Sshd', N("OpenSSH daemon configuration")], ntp => ['Ntp', N("Time server")], apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }], nisautofs => ['Nisautofs', N("NIS server autofs map")], |