summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/network/user_guide/shared_snippets/SSH_warning.txt
blob: 27424f57776bf6ff695a97bcfa7346c70729f7c5 (plain)
1
2
.. warning:: 
   Never store passwords in plain text. We recommend using SSH keys to authenticate SSH connections. Ansible supports ssh-agent to manage your SSH keys. If you must use passwords to authenticate SSH connections, we recommend encrypting them with :ref:`Ansible Vault <playbooks_vault>`.