Skip to content

Commit 9d7ee78

Browse files
authored
Merge pull request #112711 from mimig1/patch-272
Update hdinsight-administer-use-portal-linux.md
2 parents 012d7f1 + 0ed0150 commit 9d7ee78

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 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: 04/23/2020
10+
ms.date: 04/24/2020
1111
---
1212

1313
# Manage Apache Hadoop clusters in HDInsight by using the Azure portal
@@ -214,13 +214,19 @@ The password is changed on all nodes in the cluster.
214214
4. From the **Script actions** page, select **Submit new**.
215215
5. From the **Submit script action** page, enter the following information:
216216

217+
> [!NOTE]
218+
> SSH passwords cannot contain the following characters:
219+
> ```
220+
> " ' ` / \ < % ~ | $ & !
221+
> ```
222+
217223
| Field | Value |
218224
| --- | --- |
219225
| Script type | Select **- Custom** from the drop-down list.|
220226
| Name |"Change ssh credentials" |
221227
| Bash script URI |The URI to the changecredentials.sh file |
222228
| 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. The following characters are not supported in ssh passwords: " ' ` / \ < % ~ | $ &
229+
| Parameters |Enter the SSH user name and then the new password. There should be one space between the user name and the password. |
224230
| Persist this script action ... |Leave this field unchecked. |
225231
226232
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.

0 commit comments

Comments
 (0)