Skip to content

Commit 29a43c5

Browse files
committed
635766
1 parent 5784e81 commit 29a43c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/hdinsight/hdinsight-administer-use-portal-linux.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
99
ms.custom: hdinsightactive
10-
ms.date: 02/12/2020
10+
ms.date: 04/13/2020
1111
---
1212

1313
# Manage Apache Hadoop clusters in HDInsight by using the Azure portal
@@ -195,9 +195,9 @@ From the [cluster home page](#homePage):
195195

196196
The password is changed on all nodes in the cluster.
197197

198-
### Change the SSH user password
198+
### Change the SSH user password or public key
199199

200-
1. Using a text editor, save the following text as a file named **changepassword.sh**.
200+
1. Using a text editor, save the following text as a file named **changecredentials.sh**.
201201

202202
> [!IMPORTANT]
203203
> You must use an editor that uses LF as the line ending. If the editor uses CRLF, then the script does not work.
@@ -217,13 +217,13 @@ The password is changed on all nodes in the cluster.
217217
| Field | Value |
218218
| --- | --- |
219219
| Script type | Select **- Custom** from the drop-down list.|
220-
| Name |"Change ssh password" |
221-
| Bash script URI |The URI to the changepassword.sh file |
220+
| Name |"Change ssh credentials" |
221+
| Bash script URI |The URI to the changecredentials.sh file |
222222
| Node type(s): (Head, Worker, Nimbus, Supervisor, or Zookeeper.) |for all node types listed |
223-
| Parameters |Enter the SSH user name and then the new password. There should be one space between the user name and the password. |
223+
| Parameters |Enter the SSH user name and then the new password or public key. There should be one space between the user name and the credentials. |
224224
| Persist this script action ... |Leave this field unchecked. |
225225

226-
6. Select **Create** to apply the script. Once the script finishes, you're able to connect to the cluster using SSH with the new password.
226+
6. Select **Create** to apply the script. Once the script finishes, you're able to connect to the cluster using SSH with the new credentials.
227227
228228
## Find the subscription ID
229229

0 commit comments

Comments
 (0)