@Gordon Banker
After doing the SSH on port 2222 to your sandbox you can use "passwd" command to reset the password
# ssh root@localhost -p 2222
Password: hadoop
.
[root@sandbox ~]# su - maria_dev
[maria_dev@sandbox ~]$ passwd
Changing password for user maria_dev.
Changing password for maria_dev.
New password: new_dev_maria
Retype new password: new_dev_maria
passwd: all authentication tokens updated successfully.
Both the username and password to login are "maria_dev". Please see: https://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
.
You can also change the ambari user "maria_dev" password from ambari I as well. For that you will have to login to ambari as admin/admin and then you can nagivate to Ambari UI --> Manage Ambari -> Users --> maria_dev and then change the UI password for maria_dev.
.