Add minion config to salt-ssh doc

This commit is contained in:
Colton Myers 2015-05-04 14:48:19 -06:00
parent a0b6b760c3
commit c273ea14c6

View file

@ -126,6 +126,13 @@ file is in ``/etc/salt/master``. If one wishes to use a customized configuration
the ``-c`` option to Salt SSH facilitates passing in a directory to look inside for a
configuration file named ``master``.
Minion Config
---------------
Minion config options can be defined globally using the master configuration
option ``ssh_minion_opts``. It can also be defined on a per-minion basis with
the ``minion_opts`` entry in the roster.
Running Salt SSH as non-root user
=================================