Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How do I find my user name and password from the download of Hortonworks Sandbox?

avatar
New Contributor

I am trying to login in as root through Putty, but I do not the password I used to download Sandbox, nor the user name.

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Laura Orcutt

SSH password will be "hadoop". The SSH port 2222 is designed to connect to the actual HDP container (which is dockerized)

# ssh root@127.0.0.1 -p 2222
Enter Password: hadoop

.

If you want to do SSH login to the Sandbox using web browser then you can also use the link:

http://locahost:4200

Enter Password: hadoop

.

View solution in original post

3 REPLIES 3

avatar
Master Mentor

@Laura Orcutt

SSH password will be "hadoop". The SSH port 2222 is designed to connect to the actual HDP container (which is dockerized)

# ssh root@127.0.0.1 -p 2222
Enter Password: hadoop

.

If you want to do SSH login to the Sandbox using web browser then you can also use the link:

http://locahost:4200

Enter Password: hadoop

.

avatar
Master Mentor

@Laura Orcutt

Good to know that it worked for you. Can you please click the "Accept" button on the correct answer so that this HCC thread can be marked as "Answered" that way it will be helpful for other HCC users to quickly find/browse the correct answers.

avatar
New Contributor

Thank you. It worked. Laura