2006-11-30 Raul Mateos <raulofpandora@gmail.com>
* bin/help/*: New directory and files with help for generating keys. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@289 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4288368137
commit
d36204e43b
|
@ -1,3 +1,7 @@
|
|||
2006-11-30 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* bin/help/*: New directory and files with help for generating keys.
|
||||
|
||||
2006-11-28 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* installer/Pandora_FMS_Windows_Agent-1.2-Setup.exe: Updated with last
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Fandora FMS - Generate keys step-by-step</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>Step-by-step generating keys</h3>
|
||||
|
||||
From
|
||||
<a href="http://pandora.sourceforge.net/en/print.php?sec=docs/faq_answers#q23">
|
||||
Pandora FMS FAQ</a>.
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Go to <code>.\util</code> of your Pandora FMS agent for Windows
|
||||
and run <code>puttygen.exe</code>.<br>
|
||||
Generate keys, SSH-2_DSA, 1024:<br><br>
|
||||
<img src="images/1.jpg"><br><br>
|
||||
</li>
|
||||
<li>
|
||||
Press Generate<br>
|
||||
Export key to OpenSSH key (Cygwin uses a port of OpenSSH)<br><br>
|
||||
<img src="images/2.jpg"><br><br>
|
||||
</li>
|
||||
<li>
|
||||
We have no chosen password, so press YES:<br><br>
|
||||
<img src="images/3.jpg"><br><br>
|
||||
</li>
|
||||
<li>
|
||||
Save it as <code>c:\pandora\keys\id_dsa:</code><br><br>
|
||||
<img src="images/4.jpg"><br><br>
|
||||
</li>
|
||||
<li>
|
||||
Now let's copy the public key to clipboard:<br><br>
|
||||
<img src="images/5.jpg"><br><br>
|
||||
</li>
|
||||
<li>
|
||||
and paste it as <code>c:\pandora_agent\keys\id_dsa.pub</code>,
|
||||
and also to the <code>/home/pandora/.ssh/authorized_keys</code> file.
|
||||
<br><br>
|
||||
<img src="images/6.jpg"><br><br>
|
||||
</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
Loading…
Reference in New Issue