@@ -7,7 +7,7 @@ ms.reviewer: jasonh
7
7
ms.service : hdinsight
8
8
ms.topic : conceptual
9
9
ms.custom : hdinsightactive
10
- ms.date : 02/12 /2020
10
+ ms.date : 04/13 /2020
11
11
---
12
12
13
13
# Manage Apache Hadoop clusters in HDInsight by using the Azure portal
@@ -195,9 +195,9 @@ From the [cluster home page](#homePage):
195
195
196
196
The password is changed on all nodes in the cluster.
197
197
198
- ### Change the SSH user password
198
+ ### Change the SSH user password or public key
199
199
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** .
201
201
202
202
> [ !IMPORTANT]
203
203
> 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.
217
217
| Field | Value |
218
218
| --- | --- |
219
219
| 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 |
222
222
| 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 . |
224
224
| Persist this script action ... | Leave this field unchecked. |
225
225
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 .
227
227
228
228
## Find the subscription ID
229
229
0 commit comments