From 6d629f7a52f3c874d2108bf55277496cec31f541 Mon Sep 17 00:00:00 2001 From: Tyler Ramer Date: Fri, 27 Jul 2018 10:09:02 -0400 Subject: [PATCH] Remove reference to ability to use port/username (#5143) * Remove reference to ability to use port/username Port and username options do not work in current gpssh release. * Removed example * Added missing space --- gpdb-doc/dita/utility_guide/admin_utilities/gpssh.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gpdb-doc/dita/utility_guide/admin_utilities/gpssh.xml b/gpdb-doc/dita/utility_guide/admin_utilities/gpssh.xml index af9bc91048..aa3c08e7ad 100644 --- a/gpdb-doc/dita/utility_guide/admin_utilities/gpssh.xml +++ b/gpdb-doc/dita/utility_guide/admin_utilities/gpssh.xml @@ -82,12 +82,8 @@ -f hostfile_gpssh Specifies the name of a file that contains a list of hosts that will - participate in this SSH session. The host name is required, and you can - optionally specify an alternate user name and/or SSH port number per host. - The syntax of the host file is one host per line as follows: - - [username@]hostname[:ssh_port] - + participate in this SSH session. The syntax of the host file is one host + per line. -h hostname -- GitLab