mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +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.
|
Execute a raw shell command.
|
||||||
|
|
||||||
|
.. option:: --priv
|
||||||
|
|
||||||
|
Specify the SSH private key file to be used for authentication.
|
||||||
|
|
||||||
.. option:: --roster
|
.. option:: --roster
|
||||||
|
|
||||||
Define which roster system to use, this defines if a database backend,
|
Define which roster system to use, this defines if a database backend,
|
||||||
@ -47,6 +51,11 @@ Options
|
|||||||
the more running process the faster communication should be, default
|
the more running process the faster communication should be, default
|
||||||
is 25.
|
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
|
.. option:: --passwd
|
||||||
|
|
||||||
Set the default password to attempt to use when authenticating.
|
Set the default password to attempt to use when authenticating.
|
||||||
|
Loading…
Reference in New Issue
Block a user