Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(doc): correst SSH exchange notice #7620 (#7639)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinsivy authored Jul 25, 2019
1 parent b8820d1 commit 88307f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions doc/en/administration_guide/poller/ssh_key.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ If you do not have any private SSH keys on the central server for the
$ ssh-keygen -t rsa

.. note::
Hit enter when it prompts for a file to save the key to use the default location,
or, create one in a specified directory. Leave the passphrase blank if you
wish. However it is not recommended. You will receive a key fingerprint
and a randomart image.
Hit enter when it prompts for a file to save the key to use the default location, or, create one in a specified
directory. **Leave the passphrase blank**. You will receive a key fingerprint and a randomart image.

Generate a password for the **centreon** user on the new server: ::

Expand Down
6 changes: 2 additions & 4 deletions doc/en/installation/from_VM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ Copy this key to the new server: ::
The password of the **centreon** user is *centreon*. It can be easily changed using the **passwd** command.

.. note::
Hit enter when it prompts for a file to save the key to use the default location,
or, create one in a specified directory. Leave the passphrase blank if you
wish. However it is not recommended. You will receive a key fingerprint
and a randomart image.
Hit enter when it prompts for a file to save the key to use the default location, or, create one in a specified
directory. **Leave the passphrase blank**. You will receive a key fingerprint and a randomart image.

On the Web interface
====================
Expand Down
6 changes: 2 additions & 4 deletions doc/fr/administration_guide/poller/ssh_key.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ l’utilisateur **centreon** : ::
$ ssh-keygen -t rsa

.. note::
Appuyez sur la touche *entrée* quand il vous est demandé de saisir un
fichier pour enregistrer la clé. Laissez le mot de passe vide si vous le
souhaitez. Cependant, ce n'est pas recommandé. Vous obtiendrez une empreinte
digitale de clé et une image randomart.
Appuyez sur la touche *entrée* quand il vous sera demandé de saisir un fichier pour enregistrer la clé.
**Laissez le mot de passe vide**. Vous recevrez une empreinte digitale de clé et une image randomart.

Générez un mot de passe sur le nouveau serveur pour l'utilisateur
**centreon** : ::
Expand Down
6 changes: 2 additions & 4 deletions doc/fr/installation/from_VM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ l’utilisateur ‘centreon’ ::
$ ssh-keygen -t rsa

.. note::
Appuyez sur la touche *entrée* quand il vous sera demandé de saisir un
fichier pour enregistrer la clé. Laissez le mot de passe vide si vous le
souhaitez. Cependant, ce n'est pas recommandé. Vous recevrez une empreinte
digitale de clé et une image randomart.
Appuyez sur la touche *entrée* quand il vous sera demandé de saisir un fichier pour enregistrer la clé.
**Laissez le mot de passe vide**. Vous recevrez une empreinte digitale de clé et une image randomart.

Vous devez copier cette clé sur le nouveau serveur : ::

Expand Down

0 comments on commit 88307f3

Please sign in to comment.