Cleaned openideas links

This commit is contained in:
Jose Gonzalez 2020-09-07 11:54:33 +02:00
parent 5093d94db3
commit 45371ee1b0
15 changed files with 259 additions and 229 deletions

View File

@ -1,53 +1,59 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>Fandora FMS - Generate SSH keys step-by-step</title> <title>Fandora FMS - Generate SSH keys step-by-step</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="resource-type" content="document"> <meta name="resource-type" content="document" />
<meta name="distribution" content="global"> <meta name="distribution" content="global" />
<meta name="author" content="Sancho Lerena, Raul Mateos and others"> <meta name="author" content="Sancho Lerena, Raul Mateos and others" />
<meta name="copyright" content="This is GPL software. Created by Sancho Lerena and others"> <meta
</head> name="copyright"
<body> content="This is GPL software. Created by Sancho Lerena and others"
<center> />
<img src="images/logo.png" alt=""> </head>
</center> <body>
<center>
<img src="images/logo.png" alt="" />
</center>
<h2>Step-by-step generating SSH keys</h2> <h2>Step-by-step generating SSH keys</h2>
From From
<a href="http://www.openideas.info/wiki/index.php?title=Pandora:FAQ#How_to_generate_a_pair_of_SSH_keys_for_Pandora_Windows_agent_1.2_.3F">Pandora FMS FAQ</a>. <a
href="https://pandorafms.com/docs/index.php?title=Pandora:FAQ#How_to_generate_a_pair_of_SSH_keys_for_Pandora_Windows_agent.3F_.28SSH_Transfer_only.29"
>Pandora FMS FAQ</a
>.
<ol> <ol>
<li> <li>
Go to <code>.\util</code> of your Pandora FMS agent for Windows Go to <code>.\util</code> of your Pandora FMS agent for Windows and run
and run <code>puttygen.exe</code>.<br> <code>puttygen.exe</code>.<br />
Generate keys, SSH-2_DSA, 1024:<br><br> Generate keys, SSH-2_DSA, 1024:<br /><br />
<img src="images/1.jpg"><br><br> <img src="images/1.jpg" /><br /><br />
</li> </li>
<li> <li>
Press Generate<br> Press Generate<br />
Export key to OpenSSH key (Cygwin uses a port of OpenSSH)<br><br> Export key to OpenSSH key (Cygwin uses a port of OpenSSH)<br /><br />
<img src="images/2.jpg"><br><br> <img src="images/2.jpg" /><br /><br />
</li> </li>
<li> <li>
We have no chosen password, so press YES:<br><br> We have no chosen password, so press YES:<br /><br />
<img src="images/3.jpg"><br><br> <img src="images/3.jpg" /><br /><br />
</li> </li>
<li> <li>
Save it as <code>c:\pandora\keys\id_dsa:</code><br><br> Save it as <code>c:\pandora\keys\id_dsa:</code><br /><br />
<img src="images/4.jpg"><br><br> <img src="images/4.jpg" /><br /><br />
</li> </li>
<li> <li>
Now let's copy the public key to clipboard:<br><br> Now let's copy the public key to clipboard:<br /><br />
<img src="images/5.jpg"><br><br> <img src="images/5.jpg" /><br /><br />
</li> </li>
<li> <li>
and paste it as <code>c:\pandora_agent\keys\id_dsa.pub</code>, and paste it as <code>c:\pandora_agent\keys\id_dsa.pub</code>, and also
and also to the <code>/home/pandora/.ssh/authorized_keys</code> file. to the <code>/home/pandora/.ssh/authorized_keys</code> file.
<br><br> <br /><br />
<img src="images/6.jpg"><br><br> <img src="images/6.jpg" /><br /><br />
</li> </li>
</ol> </ol>
</body> </body>
</html> </html>

View File

@ -1,53 +1,62 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>Pandora FMS - Generación de claves SSH en Windows paso por paso</title> <title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Pandora FMS - Generación de claves SSH en Windows paso por paso
<meta name="resource-type" content="document"> </title>
<meta name="distribution" content="global"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Sancho Lerena, Raul Mateos y otros"> <meta name="resource-type" content="document" />
<meta name="copyright" content="This is GPL software. Created by Sancho Lerena and others"> <meta name="distribution" content="global" />
</head> <meta name="author" content="Sancho Lerena, Raul Mateos y otros" />
<body> <meta
<center> name="copyright"
<img src="images/logo.png" alt=""> content="This is GPL software. Created by Sancho Lerena and others"
</center> />
<h2 class="print">Generación de claves SSH en Windows paso por paso</h2> </head>
<body>
<center>
<img src="images/logo.png" alt="" />
</center>
<h2 class="print">Generación de claves SSH en Windows paso por paso</h2>
Extraído de las Extraído de las
<a href="http://www.openideas.info/wiki/index.php?title=Pandora:FAQ_ES#.C2.BF_C.C3.B3mo_puedo_generar_un_par_de_claves_SHH_para_el_agente_para_Windows_1.2_.3F"> <a
FAQ</a>. href="https://pandorafms.com/docs/index.php?title=Pandora:FAQ_ES#.C2.BFC.C3.B3mo_puedo_generar_un_par_de_claves_SHH_para_el_agente_para_Windows_.28SSH_Transfer.29_.3F"
>
FAQ</a
>.
<ol> <ol>
<li> <li>
Desde el directorio <code>.\util</code> del agente Pandora FMS para Desde el directorio <code>.\util</code> del agente Pandora FMS para
windows ejecutamos <code>puttygen.exe</code>.<br> windows ejecutamos <code>puttygen.exe</code>.<br />
Generamos claves SSH-2_DSA, 1024:<br><br> Generamos claves SSH-2_DSA, 1024:<br /><br />
<img src="images/1.jpg"><br><br> <img src="images/1.jpg" /><br /><br />
</li> </li>
<li> <li>
Pulsamos «Generate» Pulsamos «Generate» para generar la clave.<br />
para generar la clave.<br> Exportamos la clave a formato OpenSSH<br /><br />
Exportamos la clave a formato OpenSSH<br><br> <img src="images/2.jpg" /><br /><br />
<img src="images/2.jpg"><br><br> </li>
</li> <li>
<li> No elegimos contraseña, con lo cual pulsamos «Sí»:<br /><br />
No elegimos contraseña, con lo cual pulsamos «Sí»:<br><br> <img src="images/3.jpg" /><br /><br />
<img src="images/3.jpg"><br><br> </li>
</li> <li>
<li> Guardamos la clave como <code>C:\pandora\keys\id_dsa:</code><br /><br />
Guardamos la clave como <code>C:\pandora\keys\id_dsa:</code><br><br> <img src="images/4.jpg" /><br /><br />
<img src="images/4.jpg"><br><br> </li>
</li> <li>
<li> Ahora copiamos la clave pública al portapapeles:<br /><br />
Ahora copiamos la clave pública al portapapeles:<br><br> <img src="images/5.jpg" /><br /><br />
<img src="images/5.jpg"><br><br> </li>
</li> <li>
<li> Pegamos la clave en un nuevo fichero
Pegamos la clave en un nuevo fichero <code>C:\pandora_agent\keys\id_dsa.pub</code>, <code>C:\pandora_agent\keys\id_dsa.pub</code>, y debemos también
y debemos también añadirla al fichero <code>/home/pandora/.ssh/authorized_keys</code>. añadirla al fichero <code>/home/pandora/.ssh/authorized_keys</code>.
<br><br> <br /><br />
<img src="images/6.jpg"><br><br> <img src="images/6.jpg" /><br /><br />
</li> </li>
</ol> </ol>
</body></html> </body>
</html>

View File

@ -4,7 +4,7 @@
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es> # Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
# Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L. # Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L.
# #
# tentacle_client.pl Tentacle Client. See http://www.openideas.info/wiki for # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
# protocol description. # protocol description.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -155,7 +155,7 @@ my $t_zip = 0;
sub print_help { sub print_help {
print ("Usage: $0 [options] [file] [file] ...\n\n"); print ("Usage: $0 [options] [file] [file] ...\n\n");
print ("Tentacle client v$VERSION. See http://www.openideas.info/wiki for protocol description.\n\n"); print ("Tentacle client v$VERSION. See https://pandorafms.com/docs/ for protocol description.\n\n");
print ("Options:\n"); print ("Options:\n");
print ("\t-a address\tServer address (default $t_address).\n"); print ("\t-a address\tServer address (default $t_address).\n");
print ("\t-b localaddress\tLocal address to bind.\n"); print ("\t-b localaddress\tLocal address to bind.\n");
@ -1091,7 +1091,7 @@ This is released under the GNU Lesser General Public License.
L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<File::Basename> L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<File::Basename>
Protocol description and more info at: L<< http://openideas.info/wiki/index.php?title=Tentacle >> Protocol description and more info at: L<< https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Tentacle >>
=head1 COPYRIGHT =head1 COPYRIGHT

View File

@ -1,13 +1,13 @@
#!/usr/bin/perl #!/usr/bin/perl
########################################################################## ##########################################################################
# Tentacle Server # Tentacle Server
# See http://www.openideas.info/wiki for protocol description. # See https://pandorafms.com/docs/ for protocol description.
# Tentacle have IANA assigned port tpc/41121 as official port. # Tentacle have IANA assigned port tpc/41121 as official port.
########################################################################## ##########################################################################
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es> # Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L # Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L
# #
# tentacle_server.pl Tentacle Server. See http://www.openideas.info/wiki for # tentacle_server.pl Tentacle Server. See https://pandorafms.com/docs/ for
# protocol description. # protocol description.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -211,7 +211,7 @@ sub print_help {
$" = ','; $" = ',';
print ("Usage: $0 -s <storage directory> [options]\n\n"); print ("Usage: $0 -s <storage directory> [options]\n\n");
print ("Tentacle server v$VERSION. See http://www.openideas.info/wiki for protocol description.\n\n"); print ("Tentacle server v$VERSION. See https://pandorafms.com/docs/ for protocol description.\n\n");
print ("Options:\n"); print ("Options:\n");
print ("\t-a ip_addresses\tIP addresses to listen on (default @t_addresses).\n"); print ("\t-a ip_addresses\tIP addresses to listen on (default @t_addresses).\n");
print ("\t \t(Multiple addresses separated by comma can be defined.)\n"); print ("\t \t(Multiple addresses separated by comma can be defined.)\n");
@ -1859,7 +1859,7 @@ This is released under the GNU Lesser General Public License.
L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<Thread::Semaphore>, L<POSIX> L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<Thread::Semaphore>, L<POSIX>
Protocol description and more info at: L<< http://openideas.info/wiki/index.php?title=Tentacle >> Protocol description and more info at: L<< https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Tentacle >>
=head1 COPYRIGHT =head1 COPYRIGHT

View File

@ -4,7 +4,7 @@
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es> # Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
# Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L. # Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L.
# #
# tentacle_client.pl Tentacle Client. See http://www.openideas.info/wiki for # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
# protocol description. # protocol description.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -155,7 +155,7 @@ my $t_zip = 0;
sub print_help { sub print_help {
print ("Usage: $0 [options] [file] [file] ...\n\n"); print ("Usage: $0 [options] [file] [file] ...\n\n");
print ("Tentacle client v$VERSION. See http://www.openideas.info/wiki for protocol description.\n\n"); print ("Tentacle client v$VERSION. See https://pandorafms.com/docs/ for protocol description.\n\n");
print ("Options:\n"); print ("Options:\n");
print ("\t-a address\tServer address (default $t_address).\n"); print ("\t-a address\tServer address (default $t_address).\n");
print ("\t-b localaddress\tLocal address to bind.\n"); print ("\t-b localaddress\tLocal address to bind.\n");
@ -1091,7 +1091,7 @@ This is released under the GNU Lesser General Public License.
L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<File::Basename> L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<File::Basename>
Protocol description and more info at: L<< http://openideas.info/wiki/index.php?title=Tentacle >> Protocol description and more info at: L<< https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Tentacle >>
=head1 COPYRIGHT =head1 COPYRIGHT

View File

@ -4,7 +4,7 @@
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es> # Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
# Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L. # Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L.
# #
# tentacle_client.pl Tentacle Client. See http://www.openideas.info/wiki for # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
# protocol description. # protocol description.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -155,7 +155,7 @@ my $t_zip = 0;
sub print_help { sub print_help {
print ("Usage: $0 [options] [file] [file] ...\n\n"); print ("Usage: $0 [options] [file] [file] ...\n\n");
print ("Tentacle client v$VERSION. See http://www.openideas.info/wiki for protocol description.\n\n"); print ("Tentacle client v$VERSION. See https://pandorafms.com/docs/ for protocol description.\n\n");
print ("Options:\n"); print ("Options:\n");
print ("\t-a address\tServer address (default $t_address).\n"); print ("\t-a address\tServer address (default $t_address).\n");
print ("\t-b localaddress\tLocal address to bind.\n"); print ("\t-b localaddress\tLocal address to bind.\n");
@ -1091,7 +1091,7 @@ This is released under the GNU Lesser General Public License.
L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<File::Basename> L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<File::Basename>
Protocol description and more info at: L<< http://openideas.info/wiki/index.php?title=Tentacle >> Protocol description and more info at: L<< https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Tentacle >>
=head1 COPYRIGHT =head1 COPYRIGHT

View File

@ -4,7 +4,7 @@
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es> # Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
# Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L. # Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L.
# #
# tentacle_client.pl Tentacle Client. See http://www.openideas.info/wiki for # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for
# protocol description. # protocol description.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -155,7 +155,7 @@ my $t_zip = 0;
sub print_help { sub print_help {
print ("Usage: $0 [options] [file] [file] ...\n\n"); print ("Usage: $0 [options] [file] [file] ...\n\n");
print ("Tentacle client v$VERSION. See http://www.openideas.info/wiki for protocol description.\n\n"); print ("Tentacle client v$VERSION. See https://pandorafms.com/docs/ for protocol description.\n\n");
print ("Options:\n"); print ("Options:\n");
print ("\t-a address\tServer address (default $t_address).\n"); print ("\t-a address\tServer address (default $t_address).\n");
print ("\t-b localaddress\tLocal address to bind.\n"); print ("\t-b localaddress\tLocal address to bind.\n");
@ -1091,7 +1091,7 @@ This is released under the GNU Lesser General Public License.
L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<File::Basename> L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<File::Basename>
Protocol description and more info at: L<< http://openideas.info/wiki/index.php?title=Tentacle >> Protocol description and more info at: L<< https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Tentacle >>
=head1 COPYRIGHT =head1 COPYRIGHT

View File

@ -1,13 +1,13 @@
#!/usr/bin/perl #!/usr/bin/perl
########################################################################## ##########################################################################
# Tentacle Server # Tentacle Server
# See http://www.openideas.info/wiki for protocol description. # See https://pandorafms.com/docs/ for protocol description.
# Tentacle have IANA assigned port tpc/41121 as official port. # Tentacle have IANA assigned port tpc/41121 as official port.
########################################################################## ##########################################################################
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es> # Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L # Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L
# #
# tentacle_server.pl Tentacle Server. See http://www.openideas.info/wiki for # tentacle_server.pl Tentacle Server. See https://pandorafms.com/docs/ for
# protocol description. # protocol description.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -211,7 +211,7 @@ sub print_help {
$" = ','; $" = ',';
print ("Usage: $0 -s <storage directory> [options]\n\n"); print ("Usage: $0 -s <storage directory> [options]\n\n");
print ("Tentacle server v$VERSION. See http://www.openideas.info/wiki for protocol description.\n\n"); print ("Tentacle server v$VERSION. See https://pandorafms.com/docs/ for protocol description.\n\n");
print ("Options:\n"); print ("Options:\n");
print ("\t-a ip_addresses\tIP addresses to listen on (default @t_addresses).\n"); print ("\t-a ip_addresses\tIP addresses to listen on (default @t_addresses).\n");
print ("\t \t(Multiple addresses separated by comma can be defined.)\n"); print ("\t \t(Multiple addresses separated by comma can be defined.)\n");
@ -1859,7 +1859,7 @@ This is released under the GNU Lesser General Public License.
L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<Thread::Semaphore>, L<POSIX> L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<Thread::Semaphore>, L<POSIX>
Protocol description and more info at: L<< http://openideas.info/wiki/index.php?title=Tentacle >> Protocol description and more info at: L<< https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Tentacle >>
=head1 COPYRIGHT =head1 COPYRIGHT

View File

@ -1,53 +1,59 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>Fandora FMS - Generate SSH keys step-by-step</title> <title>Fandora FMS - Generate SSH keys step-by-step</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="resource-type" content="document"> <meta name="resource-type" content="document" />
<meta name="distribution" content="global"> <meta name="distribution" content="global" />
<meta name="author" content="Sancho Lerena, Raul Mateos and others"> <meta name="author" content="Sancho Lerena, Raul Mateos and others" />
<meta name="copyright" content="This is GPL software. Created by Sancho Lerena and others"> <meta
</head> name="copyright"
<body> content="This is GPL software. Created by Sancho Lerena and others"
<center> />
<img src="images/logo.png" alt=""> </head>
</center> <body>
<center>
<img src="images/logo.png" alt="" />
</center>
<h2>Step-by-step generating SSH keys</h2> <h2>Step-by-step generating SSH keys</h2>
From From
<a href="http://www.openideas.info/wiki/index.php?title=Pandora:FAQ#How_to_generate_a_pair_of_SSH_keys_for_Pandora_Windows_agent_1.2_.3F">Pandora FMS FAQ</a>. <a
href="https://pandorafms.com/docs/index.php?title=Pandora:FAQ#How_to_generate_a_pair_of_SSH_keys_for_Pandora_Windows_agent.3F_.28SSH_Transfer_only.29"
>Pandora FMS FAQ</a
>.
<ol> <ol>
<li> <li>
Go to <code>.\util</code> of your Pandora FMS agent for Windows Go to <code>.\util</code> of your Pandora FMS agent for Windows and run
and run <code>puttygen.exe</code>.<br> <code>puttygen.exe</code>.<br />
Generate keys, SSH-2_DSA, 1024:<br><br> Generate keys, SSH-2_DSA, 1024:<br /><br />
<img src="images/1.jpg"><br><br> <img src="images/1.jpg" /><br /><br />
</li> </li>
<li> <li>
Press Generate<br> Press Generate<br />
Export key to OpenSSH key (Cygwin uses a port of OpenSSH)<br><br> Export key to OpenSSH key (Cygwin uses a port of OpenSSH)<br /><br />
<img src="images/2.jpg"><br><br> <img src="images/2.jpg" /><br /><br />
</li> </li>
<li> <li>
We have no chosen password, so press YES:<br><br> We have no chosen password, so press YES:<br /><br />
<img src="images/3.jpg"><br><br> <img src="images/3.jpg" /><br /><br />
</li> </li>
<li> <li>
Save it as <code>c:\pandora\keys\id_dsa:</code><br><br> Save it as <code>c:\pandora\keys\id_dsa:</code><br /><br />
<img src="images/4.jpg"><br><br> <img src="images/4.jpg" /><br /><br />
</li> </li>
<li> <li>
Now let's copy the public key to clipboard:<br><br> Now let's copy the public key to clipboard:<br /><br />
<img src="images/5.jpg"><br><br> <img src="images/5.jpg" /><br /><br />
</li> </li>
<li> <li>
and paste it as <code>c:\pandora_agent\keys\id_dsa.pub</code>, and paste it as <code>c:\pandora_agent\keys\id_dsa.pub</code>, and also
and also to the <code>/home/pandora/.ssh/authorized_keys</code> file. to the <code>/home/pandora/.ssh/authorized_keys</code> file.
<br><br> <br /><br />
<img src="images/6.jpg"><br><br> <img src="images/6.jpg" /><br /><br />
</li> </li>
</ol> </ol>
</body> </body>
</html> </html>

View File

@ -1,53 +1,62 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>Pandora FMS - Generación de claves SSH en Windows paso por paso</title> <title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Pandora FMS - Generación de claves SSH en Windows paso por paso
<meta name="resource-type" content="document"> </title>
<meta name="distribution" content="global"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Sancho Lerena, Raul Mateos y otros"> <meta name="resource-type" content="document" />
<meta name="copyright" content="This is GPL software. Created by Sancho Lerena and others"> <meta name="distribution" content="global" />
</head> <meta name="author" content="Sancho Lerena, Raul Mateos y otros" />
<body> <meta
<center> name="copyright"
<img src="images/logo.png" alt=""> content="This is GPL software. Created by Sancho Lerena and others"
</center> />
<h2 class="print">Generación de claves SSH en Windows paso por paso</h2> </head>
<body>
<center>
<img src="images/logo.png" alt="" />
</center>
<h2 class="print">Generación de claves SSH en Windows paso por paso</h2>
Extraído de las Extraído de las
<a href="http://www.openideas.info/wiki/index.php?title=Pandora:FAQ_ES#.C2.BF_C.C3.B3mo_puedo_generar_un_par_de_claves_SHH_para_el_agente_para_Windows_1.2_.3F"> <a
FAQ</a>. href="https://pandorafms.com/docs/index.php?title=Pandora:FAQ_ES#.C2.BFC.C3.B3mo_puedo_generar_un_par_de_claves_SHH_para_el_agente_para_Windows_.28SSH_Transfer.29_.3F"
>
FAQ</a
>.
<ol> <ol>
<li> <li>
Desde el directorio <code>.\util</code> del agente Pandora FMS para Desde el directorio <code>.\util</code> del agente Pandora FMS para
windows ejecutamos <code>puttygen.exe</code>.<br> windows ejecutamos <code>puttygen.exe</code>.<br />
Generamos claves SSH-2_DSA, 1024:<br><br> Generamos claves SSH-2_DSA, 1024:<br /><br />
<img src="images/1.jpg"><br><br> <img src="images/1.jpg" /><br /><br />
</li> </li>
<li> <li>
Pulsamos «Generate» Pulsamos «Generate» para generar la clave.<br />
para generar la clave.<br> Exportamos la clave a formato OpenSSH<br /><br />
Exportamos la clave a formato OpenSSH<br><br> <img src="images/2.jpg" /><br /><br />
<img src="images/2.jpg"><br><br> </li>
</li> <li>
<li> No elegimos contraseña, con lo cual pulsamos «Sí»:<br /><br />
No elegimos contraseña, con lo cual pulsamos «Sí»:<br><br> <img src="images/3.jpg" /><br /><br />
<img src="images/3.jpg"><br><br> </li>
</li> <li>
<li> Guardamos la clave como <code>C:\pandora\keys\id_dsa:</code><br /><br />
Guardamos la clave como <code>C:\pandora\keys\id_dsa:</code><br><br> <img src="images/4.jpg" /><br /><br />
<img src="images/4.jpg"><br><br> </li>
</li> <li>
<li> Ahora copiamos la clave pública al portapapeles:<br /><br />
Ahora copiamos la clave pública al portapapeles:<br><br> <img src="images/5.jpg" /><br /><br />
<img src="images/5.jpg"><br><br> </li>
</li> <li>
<li> Pegamos la clave en un nuevo fichero
Pegamos la clave en un nuevo fichero <code>C:\pandora_agent\keys\id_dsa.pub</code>, <code>C:\pandora_agent\keys\id_dsa.pub</code>, y debemos también
y debemos también añadirla al fichero <code>/home/pandora/.ssh/authorized_keys</code>. añadirla al fichero <code>/home/pandora/.ssh/authorized_keys</code>.
<br><br> <br /><br />
<img src="images/6.jpg"><br><br> <img src="images/6.jpg" /><br /><br />
</li> </li>
</ol> </ol>
</body></html> </body>
</html>

View File

@ -1,13 +1,13 @@
#!/usr/bin/perl #!/usr/bin/perl
########################################################################## ##########################################################################
# Tentacle Server # Tentacle Server
# See http://www.openideas.info/wiki for protocol description. # See https://pandorafms.com/docs/ for protocol description.
# Tentacle have IANA assigned port tpc/41121 as official port. # Tentacle have IANA assigned port tpc/41121 as official port.
########################################################################## ##########################################################################
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es> # Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L # Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L
# #
# tentacle_server.pl Tentacle Server. See http://www.openideas.info/wiki for # tentacle_server.pl Tentacle Server. See https://pandorafms.com/docs/ for
# protocol description. # protocol description.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -211,7 +211,7 @@ sub print_help {
$" = ','; $" = ',';
print ("Usage: $0 -s <storage directory> [options]\n\n"); print ("Usage: $0 -s <storage directory> [options]\n\n");
print ("Tentacle server v$VERSION. See http://www.openideas.info/wiki for protocol description.\n\n"); print ("Tentacle server v$VERSION. See https://pandorafms.com/docs/ for protocol description.\n\n");
print ("Options:\n"); print ("Options:\n");
print ("\t-a ip_addresses\tIP addresses to listen on (default @t_addresses).\n"); print ("\t-a ip_addresses\tIP addresses to listen on (default @t_addresses).\n");
print ("\t \t(Multiple addresses separated by comma can be defined.)\n"); print ("\t \t(Multiple addresses separated by comma can be defined.)\n");
@ -1859,7 +1859,7 @@ This is released under the GNU Lesser General Public License.
L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<Thread::Semaphore>, L<POSIX> L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<Thread::Semaphore>, L<POSIX>
Protocol description and more info at: L<< http://openideas.info/wiki/index.php?title=Tentacle >> Protocol description and more info at: L<< https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Tentacle >>
=head1 COPYRIGHT =head1 COPYRIGHT

View File

@ -1,13 +1,13 @@
#!/usr/bin/perl #!/usr/bin/perl
########################################################################## ##########################################################################
# Tentacle Server # Tentacle Server
# See http://www.openideas.info/wiki for protocol description. # See https://pandorafms.com/docs/ for protocol description.
# Tentacle have IANA assigned port tpc/41121 as official port. # Tentacle have IANA assigned port tpc/41121 as official port.
########################################################################## ##########################################################################
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es> # Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L # Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L
# #
# tentacle_server.pl Tentacle Server. See http://www.openideas.info/wiki for # tentacle_server.pl Tentacle Server. See https://pandorafms.com/docs/ for
# protocol description. # protocol description.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -211,7 +211,7 @@ sub print_help {
$" = ','; $" = ',';
print ("Usage: $0 -s <storage directory> [options]\n\n"); print ("Usage: $0 -s <storage directory> [options]\n\n");
print ("Tentacle server v$VERSION. See http://www.openideas.info/wiki for protocol description.\n\n"); print ("Tentacle server v$VERSION. See https://pandorafms.com/docs/ for protocol description.\n\n");
print ("Options:\n"); print ("Options:\n");
print ("\t-a ip_addresses\tIP addresses to listen on (default @t_addresses).\n"); print ("\t-a ip_addresses\tIP addresses to listen on (default @t_addresses).\n");
print ("\t \t(Multiple addresses separated by comma can be defined.)\n"); print ("\t \t(Multiple addresses separated by comma can be defined.)\n");
@ -1874,7 +1874,7 @@ This is released under the GNU Lesser General Public License.
L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<Thread::Semaphore>, L<POSIX> L<Getopt::Std>, L<IO::Select>, L<IO::Socket::INET>, L<Thread::Semaphore>, L<POSIX>
Protocol description and more info at: L<< http://openideas.info/wiki/index.php?title=Tentacle >> Protocol description and more info at: L<< https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Tentacle >>
=head1 COPYRIGHT =head1 COPYRIGHT

View File

@ -210,7 +210,7 @@ install () {
echo "You are missing the following dependencies" echo "You are missing the following dependencies"
echo " " echo " "
cat output | awk -F ": prerequisite" '{print $2}' | awk -F " " '{print $1}' cat output | awk -F ": prerequisite" '{print $2}' | awk -F " " '{print $1}'
echo "The complete installation guide is at: http://openideas.info/wiki/index.php?title=Pandora" echo "The complete installation guide is at: https://pandorafms.com/docs/"
echo " " echo " "
echo "Debian-based distribution do:" echo "Debian-based distribution do:"
echo " # apt-get install snmp snmpd libjson-perllibio-socket-inet6-perl libsocket6-perl libxml-simple-perl libxml-twig-perl libnetaddr-ip-perl libdbi-perl libnetaddr-ip-perl libhtml-parser-perl wmi-client xprobe2 snmp-mibs-downloader" echo " # apt-get install snmp snmpd libjson-perllibio-socket-inet6-perl libsocket6-perl libxml-simple-perl libxml-twig-perl libnetaddr-ip-perl libdbi-perl libnetaddr-ip-perl libhtml-parser-perl wmi-client xprobe2 snmp-mibs-downloader"

View File

@ -22,4 +22,4 @@ $> ./babel_plugin -h
You can see more information about Babel Enterprise API at: You can see more information about Babel Enterprise API at:
http://www.openideas.info/wiki/index.php?title=Babel https://pandorafms.com/docs/

View File

@ -22,4 +22,4 @@ $> ./integria_plugin -h
You can see more information about Integria API at: You can see more information about Integria API at:
http://www.openideas.info/wiki/index.php?title=Integria https://pandorafms.com/docs/