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

fix(doc): correct SSH exchange notice #7620 #7639

Merged
merged 1 commit into from
Jul 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -71,10 +71,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 @@ -66,10 +66,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