- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How do I find my user name and password from the download of Hortonworks Sandbox?
Created ‎08-20-2018 02:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎08-20-2018 03:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
Enter Password: hadoop
Created ‎08-20-2018 03:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
Enter Password: hadoop
Created ‎08-21-2018 01:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎08-20-2018 03:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. It worked. Laura
