cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
616
Views
0
Helpful
1
Replies

SSH script for TMS endpoint admin password update

Aswin S
Level 1
Level 1

For around 500 different models of TMS endpoints, I would like to update the Admin password for every three months.

Any script is available to do it via device SSH? Like loading all 500 device IP addresses and updating password automatically via script one by one. 

1 Accepted Solution

Accepted Solutions

Wayne DeNardi
VIP Alumni
VIP Alumni

It will depend a bit on the models and software versions of the endpoints you're running, but as an example you can SSH in to an CE9.14 endpoint and use the following command to change the password from "TheOldOne" to "TheNewOne":

 

xcommand UserManagement User Passphrase Change OldPassphrase: TheOldOne NewPassphrase: TheNewOne
Wayne

Please remember to mark helpful responses and to set your question as answered if appropriate.

View solution in original post

1 Reply 1

Wayne DeNardi
VIP Alumni
VIP Alumni

It will depend a bit on the models and software versions of the endpoints you're running, but as an example you can SSH in to an CE9.14 endpoint and use the following command to change the password from "TheOldOne" to "TheNewOne":

 

xcommand UserManagement User Passphrase Change OldPassphrase: TheOldOne NewPassphrase: TheNewOne
Wayne

Please remember to mark helpful responses and to set your question as answered if appropriate.