mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add minion config to salt-ssh doc
This commit is contained in:
parent
a0b6b760c3
commit
c273ea14c6
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
=================================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue