Jump to content

not sure if bricked or...


Aprizm

Recommended Posts

I did not want to start a new thread but here goes.

I just received my Pineapple.

After an hour getting the networking to finally work, I logged into the pineapple and was getting used to the web interface. I decided the first thing I should do i change the password for root.

Now I can't login using neither the default or my new password. I do get to the login using ssh.

I tried resetting via the power button many times and different intervals.

Any further assistance is greatly appreciated.

Link to comment
Share on other sites

I did not want to start a new thread but here goes.

I just received my Pineapple.

After an hour getting the networking to finally work, I logged into the pineapple and was getting used to the web interface. I decided the first thing I should do i change the password for root.

Now I can't login using neither the default or my new password. I do get to the login using ssh.

I tried resetting via the power button many times and different intervals.

Any further assistance is greatly appreciated.

I'm pretty sure that's a bug with the firmware they are sent out with. SSH to it as root, run passwd. Strongly suggest updating firmware ASAP.

Link to comment
Share on other sites

I'm pretty sure that's a bug with the firmware they are sent out with. SSH to it as root, run passwd. Strongly suggest updating firmware ASAP.

Maybe it's the newb in me but I did my homework on how to run passwd and from what I gathered that requires me to be logged in as root, which I can't do. I can ssh to the pineapple but stuck at that point. When i try logging in via Ubuntu terminal i get Permissioned denied (publickey,password) message.

I am running the following command, sudo ssh root@172.16.42.1

Link to comment
Share on other sites

You are not the first one to have such issues. I recall reading about password truncation issues in the forums. You may want to do a little searching in the forums. Personally I haven't encountered that particular issue but I've seen some funky things happen. My advice is to resist the urge to change the password right away while you're at home testing. I know that doens't help you now...

Link to comment
Share on other sites

You are not the first one to have such issues. I recall reading about password truncation issues in the forums. You may want to do a little searching in the forums. Personally I haven't encountered that particular issue but I've seen some funky things happen. My advice is to resist the urge to change the password right away while you're at home testing. I know that doens't help you now...

I got a response from Shannon via email. I am going to do an exchange. Sadly I will be down for a week or so.

Link to comment
Share on other sites

After talking with you on skype, and basically by accident, I may have found a solution.

If you are using the stock firmware of the pineapple (2.4.1) that you purchased from the HakShop

Used the GUI to change your password

If your password contains special characters (specifically $)

Try:


echo YOUR_ELITE_PASS > my_real_password
cat my_real_password
[/CODE]

Try using the string returned to you from

[CODE]cat my_real_password[/CODE]

to login as root.

Example:

[CODE]
protocol@protocol-desktop:~$ echo super$elite > test
protocol@protocol-desktop:~$ cat test
super
[/CODE]

So if my new password was "super$elite" when put into the 2.4.1 web GUI, the password to login would be "super"

Link to comment
Share on other sites

After talking with you on skype, and basically by accident, I may have found a solution.

If you are using the stock firmware of the pineapple (2.4.1) that you purchased from the HakShop

Used the GUI to change your password

If your password contains special characters (specifically $)

Try:


echo YOUR_ELITE_PASS > my_real_password
cat my_real_password
[/CODE]

Try using the string returned to you from

[CODE]cat my_real_password[/CODE]

to login as root.

Example:

[CODE]
protocol@protocol-desktop:~$ echo super$elite > test
protocol@protocol-desktop:~$ cat test
super
[/CODE]

So if my new password was "super$elite" when put into the 2.4.1 web GUI, the password to login would be "super"

You are my elfin' hero. That fixed the problem!!!!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...