Repository: incubator-hawq-docs Updated Branches: refs/heads/develop aa361f20e -> 1661c625d
document hawq ssh-exkeys -p option Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/9185772c Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/9185772c Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/9185772c Branch: refs/heads/develop Commit: 9185772c59477d4c001851399aa3189eff3d5f81 Parents: fa5ed53 Author: Lisa Owen <[email protected]> Authored: Thu Sep 8 08:58:53 2016 -0700 Committer: Lisa Owen <[email protected]> Committed: Thu Sep 8 08:58:53 2016 -0700 ---------------------------------------------------------------------- reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/9185772c/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb ---------------------------------------------------------------------- diff --git a/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb b/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb index aabd81f..a75f813 100644 --- a/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb +++ b/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb @@ -7,9 +7,9 @@ Exchanges SSH public keys between hosts. ## <a id="topic1__section2"></a>Synopsis ``` pre -hawq ssh-exkeys -f <hostfile_exkeys> | - h <hostname> [-h <hostname> ...] +hawq ssh-exkeys -f <hostfile_exkeys> | - h <hostname> [-h <hostname> ...] [-p <password>] -hawq ssh-exkeys -e <hostfile_exkeys> -x <hostfile_hawqexpand> +hawq ssh-exkeys -e <hostfile_exkeys> -x <hostfile_hawqexpand> [-p <password>] hawq ssh-exkeys --version @@ -45,6 +45,9 @@ The `hawq ssh-exkeys` utility performs key exchange using the following steps: <dt>-h \<hostname\> </dt> <dd>Specifies a single host name (or host address) that will participate in the SSH key exchange. You can use the `-h` option multiple times to specify multiple host names and host addresses.</dd> +<dt>-p \<password\> </dt> +<dd>Specifies the password used to log in to the hosts. The hosts should share the same password.</dd> + <dt>-\\\-version </dt> <dd>Displays the version of this utility.</dd>
