You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-administer-use-portal-linux.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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
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: " ' ` / \ < % ~| $ &
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.
0 commit comments