Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password protected keys unsupported #33

Open
gbalke opened this issue Sep 13, 2022 · 0 comments
Open

Password protected keys unsupported #33

gbalke opened this issue Sep 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@gbalke
Copy link
Contributor

gbalke commented Sep 13, 2022

Describe the bug
Password protected SSH keys lead to revup hanging/crashing.

Expected behavior
Be prompted to type in ssh key's password.

To Reproduce
Use an ssh key with a password and then run revup upload

Logs

⠸ Pushing remote branches… <-- revup hangs on this line
W: git@github.com: Permission denied (publickey).
   fatal: Could not read from remote repository.

   Please make sure you have the correct access rights
   and the repository exists.

Traceback (most recent call last):
  File "/home/greg/.local/bin/revup", line 5, in <module>
    from revup import __main__
  File "/home/greg/.local/lib/python3.8/site-packages/revup/__main__.py", line 10, in <module>
    sys.exit(asyncio.run(main()))
  File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "/home/greg/.local/lib/python3.8/site-packages/revup/revup.py", line 340, in main
    return await upload.main(
  File "/home/greg/.local/lib/python3.8/site-packages/revup/upload.py", line 88, in main
    await topics.push_git_refs(git_ctx.author, args.create_local_branches)
  File "/home/greg/.local/lib/python3.8/site-packages/revup/topic_stack.py", line 912, in push_git_refs
    await self.git_ctx.git(*push_args, stderr=subprocess.PIPE)

Workaround
I enabled session unlock of the key using an ssh agent. I don't think this is a solution as some people may be interested in authenticating for each push: https://stackoverflow.com/a/18915067

@gbalke gbalke added the bug Something isn't working label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant