Add ssh_use_home_key to master config docs/template

This commit is contained in:
Colton Myers 2016-04-26 13:52:09 -06:00
parent cf4826aad4
commit a9770fef24
2 changed files with 16 additions and 1 deletions

View file

@ -350,6 +350,10 @@
#ssh_minion_opts:
# gpg_keydir: /root/gpg
# Set this to True to default to using ~/.ssh/id_rsa for salt-ssh
# authentication with minions
#ssh_use_home_key: False
##### Master Module Management #####
##########################################
# Manage how master side modules are loaded.

View file

@ -620,9 +620,20 @@ overridden on a per-minion basis in the roster (``minion_opts``)
.. code-block:: yaml
minion_opts:
ssh_minion_opts:
gpg_keydir: /root/gpg
``ssh_use_home_key``
--------------------
Default: False
Set this to True to default to using ``~/.ssh/id_rsa`` for salt-ssh
authentication with minions
.. code-block:: yaml
ssh_use_home_key: False
Master Security Settings
========================