mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #10200 from bogdanr/develop
Add two options in the salt-ssh documentation
This commit is contained in:
commit
a61e6d00f5
@ -21,6 +21,10 @@ Options
|
||||
|
||||
Execute a raw shell command.
|
||||
|
||||
.. option:: --priv
|
||||
|
||||
Specify the SSH private key file to be used for authentication.
|
||||
|
||||
.. option:: --roster
|
||||
|
||||
Define which roster system to use, this defines if a database backend,
|
||||
@ -46,6 +50,11 @@ Options
|
||||
defines how many processes are opened up at a time to manage connections,
|
||||
the more running process the faster communication should be, default
|
||||
is 25.
|
||||
|
||||
.. option:: -i, --ignore-host-keys
|
||||
|
||||
Ignore the ssh host keys which by default are honored and connections
|
||||
would ask for approval.
|
||||
|
||||
.. option:: --passwd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user