Created on 11-13-2017 08:28 PM - edited 08-17-2019 11:29 PM
I'm trying to change my password. But it's give me error that Connection to sandbox.hortonworks.com closed. Session closed. Please help me
Created 11-18-2017 03:28 AM
@Emre Berk AKIRMAK Heya, hoping you got this issue resolved but just in case: Is this happening before or after you put in a password? The first prompt is asking you to put in the current password, it may or may not (I forget, at this point) close your session if you get the current password wrong.
In case I'm wrong, then it looks like an issue with ShellInABox, the service that is exposing SSH on the browser. If it is kicking you off before you get a chance to put any password in, I can take a closer look.
In the meantime, if you're putting in the current password and it's still kicking you out, try SSH'ing in through a shell (or download "git bash" if you're on Windows). Let me know how it goes 🙂
Created 02-25-2018 10:57 AM
I have same issue. I get kicked off after putting password.
Created 03-23-2018 12:38 PM
This thread seems to be old. However, checking , if there is a solution found. I am also running into the same issues.
,I know this thread is quite old, just checking with others to see if they found a soluttion. I am also running into the same issue.
Created 03-28-2018 02:28 AM
Still Same issue unable to log into virtualbox.
Created 03-28-2018 03:13 AM
This is a case usually when one believes he is answering the prompt correctly !!!!! Please read carefully
Example the assumption is the root password is hadoop
sandbox login :root
root@sandbox.hortonworks.com password: hadoop
You are required ..............(root enforced)
Changing your password for root ...NOTE the current
(current) UNIX password : hadoop
In the above prompt if you type something else it will immediate close connect
Created 03-29-2018 12:23 AM
Actually I get logged out after I type new password.
Created 04-29-2018 05:49 PM
Yes right, thnx
Created 04-09-2019 12:33 AM
It works! Thanks @Eon kitex
I was trying with Unix root password... because that is what it says.. but it is expecting hadoop as password....
Created 08-11-2022 07:50 AM
Thanks Shelton for pointing this, now I see where I was making mistake. This resolved my issue.
Created 03-29-2018 12:53 AM
Can you used mixed Upper&,Lower case and number in your password, you can later change using the CLI.
Created 03-29-2018 01:10 AM
123HortonWork This is what I set.
Created 03-29-2018 01:55 AM
You can as well try this hack as you have completely failed to login.You can also manually edit /etc/shadow
: (Create a backup copy. Be sure that you can log even if you mess up, for example from a rescue system.) Search for "root". Typically, the root entry looks similar to
root:$6$XCTgV7BrJPVRwHoP$TJi5H.6C/rCXY6WrUZsj3hxHygJGQ3FUrENBcRNijUTrB.hzbwn116EmQJFiPg0oau0:17457:0:99999:7:::
There, delete the second field (everything between the first and second colon):
root::0:99999:7:::
Save the file, and try logging in as root. It should skip the password prompt. (Like passwd -d
, this is a "no password" solution. If you are really looking for a "blank password", that is "ask for a password, but accept if the user just presses Enter", look at the manpage of mkpasswd
, and use mkpasswd
to create the second field for the /etc/shadow.)
Else download a new sandbox and try it won't cost you a thing so you can proceed with your tutorials
Please let me know
Created 03-29-2018 06:56 PM
Any updates?
Created 03-29-2018 07:01 PM
The first one is not possible because I am not able to login into system. May be I need to switch to console which is not possible because Hortonworks VM never loads completely. It is stuck on waiting for something to happen.
Created 09-29-2018 11:50 PM
@Eon kitex enter hadoop again after "Unix password" , then you will be prompted to enter "New password"