Merge pull request #10200 from bogdanr/develop

Add two options in the salt-ssh documentation
This commit is contained in:
Pedro Algarvio 2014-02-05 18:23:16 +00:00
commit a61e6d00f5

View File

@ -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,
@ -47,6 +51,11 @@ Options
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
Set the default password to attempt to use when authenticating.