distro/common/markdown/man1/knife-ssh.mkd in chef-0.10.4 vs distro/common/markdown/man1/knife-ssh.mkd in chef-0.10.6.beta.1
- old
+ new
@@ -15,10 +15,17 @@
The ssh password
* `-x`, `--ssh-user USERNAME `:
The ssh username
* `-i`, `--identity-file IDENTITY_FILE`:
The SSH identity file used for authentication
+ * `-p`, `--ssh-port PORT`:
+ The ssh port
+ * `-i`, `--identity-file IDENTITY_FILE`:
+ The SSH identity file used for authentication
+ * `--no-host-key-verify`:
+ Disable host key verification
+
## DESCRIPTION
The _ssh_ sub-command opens an ssh session to each of the nodes in the
search results of the _QUERY_. This sub-command requires that the
@@ -33,9 +40,10 @@
the _COMMAND_ option matches one of these, `knife ssh` will create
multiple interactive ssh sessions running locally in the terminal
multiplexer instead of invoking the command on the remote host.
The available multiplexers are:
+
* `interactive`:
A built-in multiplexer. `interactive` supports running commands on a
subset of the connected hosts in parallel
* __screen__(1):
Runs ssh interactively inside `screen`. ~/.screenrc will be sourced