question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update keeps asking for password

See original GitHub issue

Hi there,

So i’m trying to update redash, after logging onto the box with ssh and a key pair, no password.

fab -H localhost -u ubuntu deploy_latest_release

that asks for my password, as does

fab -H localhost -u ubuntu -i ~/.ssh/authorized_keys deploy_latest_release

Now, obviously I have not entered a password when logging in, so regardless, I reset my password using

su passwd ubuntu

then tested with

su ubuntu

password works, except fab won’t accept it. I tried omitting username too, and was asked to do the same with root, again, even after changing / testing root password it does not accept it.

Any ideas what’s wrong?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
eschultzecommented, Jan 29, 2016

I know it’s not the best way, but every time I run fabric from localhost I do: sudo nano /etc/ssh/sshd_config and change PermitRootLogin to yes then sudo service ssh restart after updating repeat the steps changing PermitRootLogin to no Oh… and change localhost to the corresponding external IP on fab -H.

0reactions
nacividacommented, Jul 14, 2016

I simply ran the steps on my mac, pointing to GCE instance and it worked. But it seems a bit strange that you can’t upgrade it on the same machine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

If Mail on your Mac keeps asking for your password
Mail might say that it can't connect to your email account, and repeatedly ask you to enter the password for it.
Read more >
iPhone/iPad Keeps Asking for Password Error? Here are Fixes
Your iPhone keeps asking for Apple ID password, or apps keep asking for iCloud password. In this guide, we will show you 9...
Read more >
8 Tips to Fix iPhone Keeps Asking for Apple ID Password iOS ...
1. Force Restart iPhone · 2. Sign Out Apple ID and Sign In Again · 3. Update Apps on Your iPhone · 4....
Read more >
App Store Keeps Asking for Password: Why & How to Fix?
1. Adjust the App Store Settings · 2. Restart Your iPhone · 3. Do Not Install Apps From Unknown Sources · 4. Update...
Read more >
Windows 10 Mail keeps asking me to update my password for ...
I use an app specific password icloud password for Mail. I get a message that my iCloud password needs updating. I go into...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found