.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "KNIFE\-SSH" "1" "April 2011" "Chef 0.10.0.beta.8" "Chef Manual" . .SH "NAME" \fBknife\-ssh\fR \- Run a command or interactive session on multiple remote hosts . .SH "SYNOPSIS" \fBknife\fR \fBssh QUERY COMMAND\fR \fI(options)\fR . .TP \fB\-a\fR, \fB\-\-attribute ATTR\fR The attribute to use for opening the connection \- default is fqdn . .TP \fB\-C\fR, \fB\-\-concurrency NUM\fR The number of concurrent connections . .TP \fB\-m\fR, \fB\-\-manual\-list\fR QUERY is a space separated list of servers . .TP \fB\-P\fR, \fB\-\-ssh\-password PASSWORD\fR The ssh password . .TP \fB\-x\fR, \fB\-\-ssh\-user USERNAME\fR The ssh username . .P The \fIssh\fR sub\-command opens an ssh session to each of the nodes in the search results of the \fIQUERY\fR\. This sub\-command requires that the net\-ssh\-multi and highline Ruby libraries are installed\. On Debian systems, these are the libnet\-ssh\-multi\-ruby and libhighline\-ruby packages\. They can also be installed as RubyGems (net\-ssh\-multi and highline, respectively)\.