Skip to content

Commit cedd540

Browse files
authored
Merge pull request #111137 from dagiro/635766
635766
2 parents b730780 + 91f48e5 commit cedd540

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 |
223223
| 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: " ' ` / \ < % ~ | $ &
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)